Custom NS Input

APIs.ioEngineeringPlatform

Properties

Name Type Description
ns_name object
ns_set object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-dns-custom-nameservers-customnsinput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/dns-custom-nameservers_CustomNSInput",
  "title": "Custom NS Input",
  "properties": {
    "ns_name": {
      "$ref": "#/components/schemas/dns-custom-nameservers_ns_name"
    },
    "ns_set": {
      "$ref": "#/components/schemas/dns-custom-nameservers_ns_set"
    }
  },
  "required": [
    "ns_name"
  ]
}