spectrum-analytics_sort

The sort order for the result set; sort fields must be included in `metrics` or `dimensions`.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-spectrum-analytics-sort-schema.json Raw ↑
{
  "$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"
}