{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TemplateCollection", "title": "TemplateCollection", "type": "object", "description": "Collection of site templates", "properties": { "templates": { "type": "array", "items": { "$ref": "#/components/schemas/Template" } }, "total": { "type": "integer" } } }