Properties
| Name | Type | Description |
|---|---|---|
| templateId | string | |
| originalTemplate | object | |
| referencingBlueprint | string | |
| name | string | |
| description | string | |
| space | object | |
| labels | array | |
| templateType | string | |
| editorVersion | string | |
| _expandable | object |
JSON Schema
{
"$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"
}
}
}