A list of audience segment definitions.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AudienceList", "title": "AudienceList", "type": "object", "description": "A list of audience segment definitions.", "properties": { "data": { "type": "array", "description": "Array of audience objects.", "items": { "$ref": "#/components/schemas/Audience" } } } }