{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-weblogict3-schema.json", "title": "WeblogicT3", "description": "WeblogicT3 schema from Censys Platform API", "type": "object", "properties": { "error": { "type": "string" }, "error_message": { "type": "string" }, "weblogic_version": { "type": "string" } }, "additionalProperties": false }