{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-experience-cloud/refs/heads/main/json-schema/campaign-api-service-input-schema.json", "title": "ServiceInput", "description": "ServiceInput schema", "type": "object", "required": [ "label" ], "properties": { "label": { "type": "string" }, "name": { "type": "string" }, "messageType": { "type": "string", "enum": [ "email", "sms" ] } } }