{ "$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" } } }