{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-experience-cloud/refs/heads/main/json-structure/experience-platform-api-schema-input-structure.json", "name": "SchemaInput", "description": "SchemaInput schema", "type": "object", "required": [ "title", "type", "allOf" ], "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "type": { "type": "string" }, "allOf": { "type": "array", "items": { "type": "object", "properties": { "$ref": { "type": "string" } } } } } }