Confluence · JSON Structure

Confluence Cloud V2 Content Property Structure

Type: object Properties: 3
CollaborationContent ManagementDocumentationKnowledge BaseWiki

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

Properties

id key value

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ContentProperty",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "key": {
      "type": "string"
    },
    "value": {
      "type": "string"
    }
  }
}