{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TrackEventsRequest", "title": "TrackEventsRequest", "type": "array", "description": "Array of event objects to track.", "items": { "$ref": "#/components/schemas/TrackEvent" } }