{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-experience-cloud/refs/heads/main/json-structure/target-api-delivery-response-structure.json", "name": "DeliveryResponse", "description": "DeliveryResponse schema", "type": "object", "properties": { "requestId": { "type": "string" }, "execute": { "type": "object", "properties": { "mboxes": { "type": "array", "items": { "type": "object", "properties": { "name": { "type": "string" }, "options": { "type": "array", "items": { "type": "object", "properties": { "type": { "type": "string" }, "content": { "type": "string" } } } } } } } } }, "prefetch": { "type": "object" } } }