Direction to order DNS records in.
{ "$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" }