{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TemplateListResponse", "title": "TemplateListResponse", "properties": { "templates": { "description": "_t__TemplateListResponse::DESCRIPTION", "type": "array", "items": { "$ref": "#/components/schemas/TemplateResponse" } }, "list_info": { "$ref": "#/components/schemas/ListInfoResponse" }, "warnings": { "description": "_t__WarningResponse::LIST_DESCRIPTION", "type": "array", "items": { "$ref": "#/components/schemas/WarningResponse" } } }, "type": "object", "x-internal": true }