github.com/pmoroney/dnscontrol@v0.2.4-0.20171024134423-fad98f73f44a/pkg/js/parse_tests/008-import.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  		    }
    17  		  ]
    18  		}