{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-experience-cloud/refs/heads/main/json-structure/journey-optimizer-api-collection-input-structure.json", "name": "CollectionInput", "description": "CollectionInput schema", "type": "object", "required": [ "name" ], "properties": { "name": { "type": "string" }, "filter": { "type": "object" } } }