{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MetricOrderBy", "title": "MetricOrderBy", "description": "Sorts by metric values.", "properties": { "metricName": { "description": "A metric name in the request to order by.", "type": "string" } }, "type": "object" }