{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreateTemplateResponse", "title": "CreateTemplateResponse", "type": "object", "properties": { "id": { "type": "integer", "format": "int64", "description": "Unique identifier of the newly created template." } } }