{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ReportDelivery", "type": "object", "description": "Report email delivery settings.", "properties": { "emailOwner": { "type": "boolean", "description": "Whether the report should be emailed to the report owner." }, "emailOwnerDeliveryType": { "type": "string", "description": "The type of delivery for the owner email." }, "message": { "type": "string", "description": "The message to include in the email." }, "recipients": { "type": "array", "description": "The list of recipients to send the report to." } } }