Confluence · JSON Structure

Confluence Cloud V2 Space Structure

Type: object Properties: 8
CollaborationContent ManagementDocumentationKnowledge BaseWiki

Space is a JSON Structure definition published by Confluence, describing 8 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id key name type status authorId createdAt homepageId

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Space",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "key": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "authorId": {
      "type": "string"
    },
    "createdAt": {
      "type": "string"
    },
    "homepageId": {
      "type": "string"
    }
  }
}