Atlassian · JSON Structure

Atlassian Confluence Content Body Async Content Body Structure

Type: object Properties: 8
CodeCollaborationPlatformProductivitySoftware Development

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

Properties

value representation renderTaskId error status 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": "AsyncContentBody",
  "type": "object",
  "properties": {
    "value": {
      "type": "string"
    },
    "representation": {
      "type": "string"
    },
    "renderTaskId": {
      "type": "string"
    },
    "error": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "embeddedContent": {
      "type": "array"
    },
    "mediaToken": {
      "type": "object"
    },
    "_expandable": {
      "type": "object"
    }
  }
}