{ "$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" }