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