Confluence · Schema

BodyRepresentation

CollaborationContent ManagementDocumentationKnowledge BaseWiki

Properties

Name Type Description
representation string The name of the representation format.
value string The body content in this representation.
View JSON Schema on GitHub

JSON Schema

confluence-cloud-v2-body-representation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BodyRepresentation",
  "type": "object",
  "properties": {
    "representation": {
      "type": "string",
      "description": "The name of the representation format."
    },
    "value": {
      "type": "string",
      "description": "The body content in this representation."
    }
  }
}