dns-records_direction

Direction to order DNS records in.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-dns-records-direction-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/dns-records_direction",
  "title": "dns-records_direction",
  "default": "asc",
  "description": "Direction to order DNS records in.",
  "enum": [
    "asc",
    "desc"
  ],
  "type": "string"
}