{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-experience-cloud/refs/heads/main/json-structure/campaign-api-email-structure.json", "name": "Email", "description": "Email schema", "type": "object", "properties": { "PKey": { "type": "string" }, "subject": { "type": "string" }, "htmlContent": { "type": "string" }, "status": { "type": "string" }, "sender": { "type": "object", "properties": { "name": { "type": "string" }, "email": { "type": "string" } } }, "created": { "type": "datetime" } } }