{ "$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-audience-list-structure.json", "name": "AudienceList", "description": "AudienceList schema", "type": "object", "properties": { "total": { "type": "int32" }, "offset": { "type": "int32" }, "limit": { "type": "int32" }, "audiences": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "int32" }, "name": { "type": "string" }, "description": { "type": "string" }, "targetRule": { "type": "object" } } } } } }