{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/magic_schemas-tunnel_single_response", "title": "magic_schemas-tunnel_single_response", "allOf": [ { "$ref": "#/components/schemas/magic_api-response-single" }, { "properties": { "result": { "properties": { "ipsec_tunnel": { "$ref": "#/components/schemas/magic_ipsec-tunnel" } }, "type": "object" } } } ] }