{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/amazon-data-exchange/json-schema/create-event-action-request-schema.json", "title": "Create Event Action Request", "description": "Request body for creating a new event action.", "type": "object", "required": [ "Event", "Action" ], "properties": { "Event": { "type": "object" }, "Action": { "type": "object" } } }