{ "$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-activity-input-structure.json", "name": "ActivityInput", "description": "ActivityInput schema", "type": "object", "required": [ "name", "type" ], "properties": { "name": { "type": "string" }, "type": { "type": "string", "enum": [ "ab", "xt", "mvt", "ap" ] }, "priority": { "type": "int32" }, "startsAt": { "type": "datetime" }, "endsAt": { "type": "datetime" } } }