{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-whoisupdated-structure.json", "name": "WhoisUpdated", "description": "WhoisUpdated schema from Censys Platform API", "type": "object", "additionalProperties": false, "properties": { "diff": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/FieldDiff" } }, "whois": { "$ref": "#/components/schemas/Whois" } } }