{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-nbd-structure.json", "name": "Nbd", "description": "Nbd schema from Censys Platform API", "type": "object", "additionalProperties": false, "properties": { "exports": { "type": [ "array", "null" ], "items": { "$ref": "#/components/schemas/Export" } }, "handshake_style": { "type": "string" }, "policies": { "type": [ "array", "null" ], "items": { "type": "string" } } } }