Atlassian · Schema

AsyncContentBody

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
value string
representation string
renderTaskId string
error string
status string Rerunning is reserved for when the job is working, but there is a previous run's value in the cache. You may choose to continue polling, or use the cached value.
embeddedContent array
mediaToken object
_expandable object
View JSON Schema on GitHub

JSON Schema

atlassian-confluence-content-body-async-content-body-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AsyncContentBody",
  "type": "object",
  "properties": {
    "value": {
      "type": "string"
    },
    "representation": {
      "type": "string"
    },
    "renderTaskId": {
      "type": "string"
    },
    "error": {
      "type": "string"
    },
    "status": {
      "type": "string",
      "description": "Rerunning is reserved for when the job is working, but there is a previous run's value in the cache. You may choose to continue polling, or use the cached value."
    },
    "embeddedContent": {
      "type": "array"
    },
    "mediaToken": {
      "type": "object"
    },
    "_expandable": {
      "type": "object"
    }
  }
}