{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/apifuse/refs/heads/main/json-structure/apifuse-analytics-structure.json", "description": "Usage analytics for Apifuse integrations.", "type": "object", "properties": { "totalTasks": { "type": "int32", "description": "Total number of tasks executed.", "example": 15420 }, "activeIntegrations": { "type": "int32", "description": "Number of active integrations.", "example": 12 }, "activeUsers": { "type": "int32", "description": "Number of active users.", "example": 87 }, "period": { "type": "object", "properties": { "startDate": { "type": "string", "format": "date" }, "endDate": { "type": "string", "format": "date" } } } }, "name": "Analytics" }