Atlassian · Schema

ContentTemplate

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
templateId string
originalTemplate object
referencingBlueprint string
name string
description string
space object
labels array
templateType string
editorVersion string
_expandable object
View JSON Schema on GitHub

JSON Schema

atlassian-confluence-template-content-template-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "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"
    }
  }
}