github.com/kurthockenbury/dnscontrol@v0.2.8/pkg/js/parse_tests/020-nameserver-ttl.json (about) 1 { 2 "registrars": [], 3 "dns_providers": [], 4 "domains": [ 5 { 6 "name": "foo.com", 7 "registrar": "none", 8 "dnsProviders": {}, 9 "meta": { 10 "ns_ttl": "86400" 11 }, 12 "records": [] 13 }, 14 { 15 "name": "bar.com", 16 "registrar": "none", 17 "dnsProviders": {}, 18 "meta": { 19 "ns_ttl": "300" 20 }, 21 "records": [] 22 } 23 ] 24 }