{ "$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-property-list-structure.json", "name": "PropertyList", "description": "PropertyList schema", "type": "object", "properties": { "properties": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "int32" }, "name": { "type": "string" }, "token": { "type": "string" } } } }, "type": "object" } }