{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ThemeCollection", "title": "ThemeCollection", "type": "object", "description": "Collection of site themes", "properties": { "themes": { "type": "array", "description": "List of available themes", "items": { "$ref": "#/components/schemas/Theme" } } } }