{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/email-dlp-api-email-recipient-structure.json", "name": "EmailRecipient", "description": "EmailRecipient schema from Palo Alto Networks Email DLP API", "type": "object", "properties": { "email": { "type": "string", "description": "Recipient email address." }, "type": { "type": "string", "description": "Recipient type indicating address field.", "enum": [ "to", "cc", "bcc" ] }, "delivery_status": { "type": "string", "description": "Delivery status of the message to this recipient.", "enum": [ "delivered", "blocked", "quarantined", "pending" ] } } }