{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CategoryListResponse", "title": "CategoryListResponse", "type": "object", "properties": { "data": { "type": "array", "description": "Array of event categories.", "items": { "$ref": "#/components/schemas/Category" } } } }