{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "createTemplatePostRequest", "type": "object", "description": "The request body allows users to input the name of the template, ticker", "properties": { "tmpl_name": { "type": "string", "description": "name of the template" }, "tmpl_type": { "type": "string", "description": "Type of the template (public,pc,pe,fi)" }, "content": { "type": "array", "description": "Content sections" } } }