github.com/philhug/dnscontrol@v0.2.4-0.20180625181521-921fa9849001/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": [ "simple" ]
    15          },
    16          {
    17            "type": "TXT",
    18            "name": "@",
    19            "target": "one",
    20            "txtstrings": [ "one" ]
    21          },
    22          {
    23            "type": "TXT",
    24            "name": "@",
    25            "target": "bonie",
    26            "txtstrings": [ "bonie", "clyde" ]
    27          },
    28          {
    29            "type": "TXT",
    30            "name": "@",
    31            "target": "straw",
    32            "txtstrings": [ "straw", "wood", "brick" ]
    33          }
    34        ]
    35      }
    36    ]
    37  }