github.com/StackExchange/dnscontrol/v4@v4.11.0/pkg/js/parse_tests/048-DNSKEY.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": "DNSKEY",
    12            "name": "@",
    13            "dnskeyflags": 257,
    14            "dnskeyprotocol": 3,
    15            "dnskeyalgorithm": 13,
    16            "dnskeypublickey": "AABBCCDD",
    17            "target": ""
    18          }
    19        ]
    20      }
    21    ]
    22  }