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

     1  {
     2    "registrars": [],
     3    "dns_providers": [],
     4    "domains": [
     5      {
     6        "name": "foo.com",
     7        "registrar": "none",
     8        "dnsProviders": {},
     9        "records": [
    10          {
    11            "type": "A",
    12            "name": "@",
    13            "target": "1.2.3.4"
    14          },
    15          {
    16            "type": "CNAME",
    17            "name": "A",
    18            "target": "foo.com."
    19          },
    20          {
    21            "type": "CNAME",
    22            "name": "C",
    23            "target": "foo.com."
    24          },
    25          {
    26            "type": "CNAME",
    27            "name": "D",
    28            "target": "foo.com."
    29          },
    30          {
    31            "type": "CNAME",
    32            "name": "B",
    33            "target": "foo.com."
    34          }
    35        ]
    36      }
    37    ]
    38  }