{ "$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-offer-input-structure.json", "name": "OfferInput", "description": "OfferInput schema", "type": "object", "required": [ "name", "type", "content" ], "properties": { "name": { "type": "string" }, "type": { "type": "string", "enum": [ "content", "redirect" ] }, "content": { "type": "string" } } }