Atlassian · JSON Structure

Atlassian Confluence Template Content Template Structure

Type: object Properties: 10
CodeCollaborationPlatformProductivitySoftware Development

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

Properties

templateId originalTemplate referencingBlueprint name description space labels templateType editorVersion _expandable

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ContentTemplate",
  "type": "object",
  "properties": {
    "templateId": {
      "type": "string"
    },
    "originalTemplate": {
      "type": "object"
    },
    "referencingBlueprint": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "space": {
      "type": "object"
    },
    "labels": {
      "type": "array"
    },
    "templateType": {
      "type": "string"
    },
    "editorVersion": {
      "type": "string"
    },
    "_expandable": {
      "type": "object"
    }
  }
}