{ "$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-service-input-structure.json", "name": "ServiceInput", "description": "ServiceInput schema", "type": "object", "required": [ "label" ], "properties": { "label": { "type": "string" }, "name": { "type": "string" }, "messageType": { "type": "string", "enum": [ "email", "sms" ] } } }