{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-convertqueryerror-structure.json", "name": "ConvertQueryError", "description": "ConvertQueryError schema from Censys Platform API", "type": "object", "required": [ "message" ], "additionalProperties": false, "properties": { "message": { "type": "string", "description": "The error message if the query could not be converted." } } }