{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-events/refs/heads/main/json-schema/iot-events-email-recipients-schema.json", "title": "EmailRecipients", "description": "

Contains the information of one or more recipients who receive the emails.

You must add the users that receive emails to your AWS SSO store.

", "type": "object", "properties": { "to": { "allOf": [ { "$ref": "#/components/schemas/RecipientDetails" }, { "description": "Specifies one or more recipients who receive the email." } ] } } }