{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-rdp-structure.json", "name": "Rdp", "description": "Rdp schema from Censys Platform API", "type": "object", "additionalProperties": false, "properties": { "certificate_info": { "$ref": "#/components/schemas/Rdp_CertificateInfo" }, "connect_response": { "$ref": "#/components/schemas/Rdp_ConnectResponse" }, "protocol_flags": { "$ref": "#/components/schemas/Rdp_ProtocolFlags" }, "selected_security_protocol": { "$ref": "#/components/schemas/Rdp_SecurityProtocol" }, "version": { "$ref": "#/components/schemas/Rdp_Version" }, "x224_cc_pdu_dstref": { "type": "int32", "minimum": 0 }, "x224_cc_pdu_srcref": { "type": "int32", "minimum": 0 } } }