{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-hostdns-reverseresolution-structure.json", "name": "HostDns_ReverseResolution", "description": "HostDns_ReverseResolution schema from Censys Platform API", "type": "object", "additionalProperties": false, "properties": { "names": { "type": [ "array", "null" ], "items": { "type": "string" } }, "resolve_time": { "type": "string" }, "server": { "type": "string" } } }