github.com/StackExchange/dnscontrol/v4@v4.11.0/pkg/js/parse_tests/033-revextend.json (about)

     1  {
     2    "dns_providers": [
     3      {
     4        "name": "bind",
     5        "type": "BIND"
     6      }
     7    ],
     8    "domains": [
     9      {
    10        "dnsProviders": {
    11          "bind": -1
    12        },
    13        "name": "3.1.in-addr.arpa",
    14        "records": [
    15          {
    16            "name": "1.3.1.in-addr.arpa",
    17            "target": "ns1.example.com.",
    18            "type": "NS"
    19          },
    20          {
    21            "name": "2.3.1.in-addr.arpa",
    22            "subdomain": "2",
    23            "target": "ns2.example.org.",
    24            "type": "NS"
    25          }
    26        ],
    27        "registrar": "none"
    28      }
    29    ],
    30    "registrars": [
    31      {
    32        "name": "none",
    33        "type": "NONE"
    34      }
    35    ]
    36  }