Field to order DNS records by.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/dns-records_order", "title": "dns-records_order", "default": "type", "description": "Field to order DNS records by.", "enum": [ "type", "name", "content", "ttl", "proxied" ], "type": "string" }