{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Recipient", "title": "Recipient", "type": "object", "description": "Represents information about a user in the sending or receiving end of a message or event.", "properties": { "emailAddress": { "$ref": "#/components/schemas/EmailAddress" } } }