dns-records_order

Field to order DNS records by.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

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