Atlassian · Schema

Space

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
id integer
key string
name string
description object
type string
metadata object
operations array
permissions array
status string
history object
_expandable object
View JSON Schema on GitHub

JSON Schema

atlassian-confluence-content-space-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "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"
    }
  }
}