{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/yelp/refs/heads/main/json-structure/yelp-event-search-response-structure.json", "name": "EventSearchResponse", "description": "EventSearchResponse schema from Yelp Fusion API", "type": "object", "properties": { "total": { "type": "int32", "example": 240 }, "events": { "type": "array", "items": { "$ref": "#/components/schemas/Event" } } } }