{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/auth0/main/json-schema/auth0-eventstream-schema.json", "title": "Auth0 EventStream", "description": "Configuration specific to an action destination.", "type": "object", "additionalProperties": false, "required": [ "action_id" ], "properties": { "action_id": { "type": "string", "description": "Action ID for the action destination." } } }