{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/asset-graph-rustdeskrendezvous-schema.json", "title": "RustdeskRendezvous", "description": "RustdeskRendezvous schema from Asset Graph API", "type": "object", "properties": { "key_exchange": { "$ref": "#/components/schemas/RustdeskRendezvous_KeyExchange" }, "message_type": { "type": "string" }, "test_nat_response": { "$ref": "#/components/schemas/RustdeskRendezvous_TestNatResponse" } }, "additionalProperties": false }