{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-telnet-structure.json", "name": "Telnet", "description": "Telnet schema from Censys Platform API", "type": "object", "additionalProperties": false, "properties": { "do": { "type": "object", "additionalProperties": { "type": [ "string", "null" ] } }, "dont": { "type": "object", "additionalProperties": { "type": [ "string", "null" ] } }, "will": { "type": "object", "additionalProperties": { "type": [ "string", "null" ] } }, "wont": { "type": "object", "additionalProperties": { "type": [ "string", "null" ] } } } }