{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/asset-graph-hostdns-forwardresolution-structure.json", "name": "HostDns_ForwardResolution", "description": "HostDns_ForwardResolution schema from Asset Graph API", "type": "object", "additionalProperties": false, "properties": { "name": { "type": "string" }, "record_type": { "type": "string", "enum": [ "", "a", "aaaa" ] }, "resolve_time": { "type": "string" }, "server": { "type": "string" } } }