{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "EmailDeliveryAttachment", "description": "", "type": "object", "properties": { "attachments": { "type": "array", "items": { "type": "string", "format": "binary" } } }, "required": [ "attachments" ] }