{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-routerosapi-schema.json", "title": "RouterosApi", "description": "RouterosApi schema from Censys Platform API", "type": "object", "properties": { "message": { "type": "string" }, "raw_response": { "format": "hex", "type": "string" }, "reply_word": { "type": "string" } }, "additionalProperties": false }