{ "$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-dataset-input-structure.json", "name": "DatasetInput", "description": "DatasetInput schema", "type": "object", "required": [ "name", "schemaRef" ], "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "schemaRef": { "type": "object", "required": [ "id", "contentType" ], "properties": { "id": { "type": "string" }, "contentType": { "type": "string" } } } } }