{ "registrars": [], "dns_providers": [], "domains": [ { "name": "foo.com", "registrar": "none", "dnsProviders": {}, "records": [ { "type": "TXT", "name": "a", "target": "simple", "txtstrings": [ "simple" ] }, { "type": "TXT", "name": "b", "target": "ws at end ", "txtstrings": [ "ws at end " ] }, { "type": "TXT", "name": "c", "target": "one", "txtstrings": [ "one" ] }, { "type": "TXT", "name": "d", "target": "bonie", "txtstrings": [ "bonie", "clyde" ] }, { "type": "TXT", "name": "e", "target": "straw", "txtstrings": [ "straw", "wood", "brick" ] } ] } ] }