Atlassian · Schema

SpaceDescription

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
value string
representation string
embeddedContent array
View JSON Schema on GitHub

JSON Schema

atlassian-confluence-content-space-description-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SpaceDescription",
  "type": "object",
  "properties": {
    "value": {
      "type": "string"
    },
    "representation": {
      "type": "string"
    },
    "embeddedContent": {
      "type": "array"
    }
  }
}