{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "product_channel_templates_response", "required": [ "product_channel_templates" ], "type": "object", "properties": { "product_channel_templates": { "type": "array", "description": "Array of Product Channel Templates", "items": { "$ref": "#/components/schemas/product_channel_template_summary" } } }, "additionalProperties": false }