{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-pinpoint/refs/heads/main/json-structure/amazon-pinpoint-put-events-response-structure.json", "name": "PutEventsResponse", "description": "PutEventsResponse schema from Amazon Pinpoint API", "type": "object", "properties": { "EventsResponse": { "$ref": "#/components/schemas/EventsResponse" } }, "required": [ "EventsResponse" ] }