dns-custom-nameservers_ns_name

The FQDN of the name server.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-dns-custom-nameservers-ns-name-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/dns-custom-nameservers_ns_name",
  "title": "dns-custom-nameservers_ns_name",
  "description": "The FQDN of the name server.",
  "example": "ns1.example.com",
  "format": "hostname",
  "type": "string"
}