{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-experience-cloud/refs/heads/main/json-schema/journey-optimizer-api-placement-input-schema.json", "title": "PlacementInput", "description": "PlacementInput schema", "type": "object", "required": [ "name", "channel", "contentType" ], "properties": { "name": { "type": "string" }, "channel": { "type": "string" }, "contentType": { "type": "string" } } }