{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EndpointsUsageOrderByField", "title": "EndpointsUsageOrderByField", "enum": [ "requests", "bytes_read", "cpu_seconds", "avg_query_duration_ms", "error_rate" ], "type": "string" }