{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-experience-cloud/refs/heads/main/json-structure/campaign-api-service-list-structure.json", "name": "ServiceList", "description": "ServiceList schema", "type": "object", "properties": { "content": { "type": "array", "items": { "type": "object", "properties": { "PKey": { "type": "string" }, "name": { "type": "string" }, "label": { "type": "string" }, "mode": { "type": "string" }, "created": { "type": "datetime" } } } } } }