Atlassian · Schema

ContentBody

CodeCollaborationPlatformProductivitySoftware Development

Properties

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

JSON Schema

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