Atlassian · JSON Structure

Atlassian Confluence Content Content Body Structure

Type: object Properties: 5
CodeCollaborationPlatformProductivitySoftware Development

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

Properties

value representation embeddedContent mediaToken _expandable

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ContentBody",
  "type": "object",
  "properties": {
    "value": {
      "type": "string"
    },
    "representation": {
      "type": "string"
    },
    "embeddedContent": {
      "type": "array"
    },
    "mediaToken": {
      "type": "object"
    },
    "_expandable": {
      "type": "object"
    }
  }
}