{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EndpointsUsageOverviewItemKey", "title": "EndpointsUsageOverviewItemKey", "enum": [ "total_requests", "total_bytes_read", "total_cpu_seconds", "avg_query_duration_ms", "p95_query_duration_ms", "error_rate", "materialized_requests", "inline_requests" ], "type": "string" }