github.com/hexonet/dnscontrol@v0.2.8/pkg/js/parse_tests/017-txt.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": "TXT",
    12            "name": "@",
    13            "target": "simple",
    14            "txtstrings": [
    15              "simple"
    16            ]
    17          },
    18          {
    19            "type": "TXT",
    20            "name": "@",
    21            "target": "one",
    22            "txtstrings": [
    23              "one"
    24            ]
    25          },
    26          {
    27            "type": "TXT",
    28            "name": "@",
    29            "target": "bonie",
    30            "txtstrings": [
    31              "bonie",
    32              "clyde"
    33            ]
    34          },
    35          {
    36            "type": "TXT",
    37            "name": "@",
    38            "target": "straw",
    39            "txtstrings": [
    40              "straw",
    41              "wood",
    42              "brick"
    43            ]
    44          }
    45        ]
    46      }
    47    ]
    48  }