Atlassian · JSON Structure

Atlassian Confluence Space Space Structure

Type: object Properties: 11
CodeCollaborationPlatformProductivitySoftware Development

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

Properties

id key name description type metadata operations permissions status history _expandable

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": "integer"
    },
    "key": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "object"
    },
    "type": {
      "type": "string"
    },
    "metadata": {
      "type": "object"
    },
    "operations": {
      "type": "array"
    },
    "permissions": {
      "type": "array"
    },
    "status": {
      "type": "string"
    },
    "history": {
      "type": "object"
    },
    "_expandable": {
      "type": "object"
    }
  }
}