dns-analytics_time_delta

Unit of time to group data by.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

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