{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-events/refs/heads/main/json-structure/iot-events-email-recipients-structure.json", "name": "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." } ] } } }