{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AudienceInsightsResponse", "title": "AudienceInsightsResponse", "type": "object", "properties": { "value": { "type": "object", "properties": { "audienceInsight": { "$ref": "#/components/schemas/AudienceInsight" }, "totalAudienceCount": { "type": "integer", "description": "Total count of the target audience", "example": 5500000 } } } } }