Unit of time to group data by.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/dns-analytics_time_delta", "title": "dns-analytics_time_delta", "description": "Unit of time to group data by.", "enum": [ "all", "auto", "year", "quarter", "month", "week", "day", "hour", "dekaminute", "minute" ], "example": "hour", "type": "string" }