{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/spectrum-analytics_sort", "title": "spectrum-analytics_sort", "description": "The sort order for the result set; sort fields must be included in `metrics` or `dimensions`.", "example": [ "+count", "-bytesIngress" ], "items": { "type": "string" }, "type": "array" }