{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/tunnel_empty_response", "title": "tunnel_empty_response", "allOf": [ { "$ref": "#/components/schemas/tunnel_api-response-common" }, { "properties": { "result": { "enum": [ null ], "nullable": true, "type": "object" } }, "type": "object" } ] }