{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "createTemplatePostRequest", "type": "object", "properties": { "tmpl_name": { "type": "string" }, "tmpl_type": { "type": "string" }, "content": { "type": "array" } } }