{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "createBookFromTemplatePostRequest", "type": "object", "description": "It is a request body to allow users to input ticker and template id.", "properties": { "ticker": { "type": "string", "description": "ticker" }, "template_id": { "type": "string", "description": "Template ID" } } }