dns-analytics_sort

A comma-separated list of dimensions to sort by, where each dimension may be prefixed by - (descending) or + (ascending).

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-dns-analytics-sort-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/dns-analytics_sort",
  "title": "dns-analytics_sort",
  "description": "A comma-separated list of dimensions to sort by, where each dimension may be prefixed by - (descending) or + (ascending).",
  "example": "+responseCode,-queryName",
  "type": "string"
}