{ "type": "object", "name": "Model3", "properties": { "name": { "type": "string" }, "quoteId": { "type": "string" }, "templateId": { "type": "string" }, "outputFormat": { "type": "string" }, "language": { "type": "string" }, "paperSize": { "type": "string" } }, "required": [ "name", "quoteId", "templateId", "outputFormat", "language", "paperSize" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }