{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "RecipientEmailNotification", "type": "object", "description": "Custom email notification settings for a recipient.", "properties": { "emailSubject": { "type": "string", "description": "Custom email subject for this recipient." }, "emailBody": { "type": "string", "description": "Custom email body for this recipient." }, "supportedLanguage": { "type": "string", "description": "Language code for the notification." } } }