Confluence · Schema

ContentProperty

CollaborationContent ManagementDocumentationKnowledge BaseWiki

Properties

Name Type Description
id string
key string
value string
View JSON Schema on GitHub

JSON Schema

confluence-cloud-v2-content-property-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ContentProperty",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "key": {
      "type": "string"
    },
    "value": {
      "type": "string"
    }
  }
}