Atlassian · JSON Structure

Atlassian Confluence Content Content Structure

Type: object Properties: 11
CodeCollaborationPlatformProductivitySoftware Development

Content 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 type status title ancestors operations body restrictions macroRenderedOutput extensions _expandable

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Content",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "ancestors": {
      "type": "array"
    },
    "operations": {
      "type": "array"
    },
    "body": {
      "type": "object"
    },
    "restrictions": {
      "type": "object"
    },
    "macroRenderedOutput": {
      "type": "object"
    },
    "extensions": {
      "type": "object"
    },
    "_expandable": {
      "type": "object"
    }
  }
}