{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/whatsapp/refs/heads/main/json-structure/whatsapp-business-management-api-conversation-analytics-structure.json", "name": "ConversationAnalytics", "description": "ConversationAnalytics from WhatsApp API", "type": "object", "properties": { "conversation_analytics": { "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "data_points": { "type": "array", "items": { "type": "object", "properties": { "start": { "type": "integer" }, "end": { "type": "integer" }, "conversation": { "type": "integer" }, "cost": { "type": "number" } } } } } } } } } } }