{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/tunnel_tunnel_response_token", "title": "tunnel_tunnel_response_token", "allOf": [ { "$ref": "#/components/schemas/tunnel_api-response-single" }, { "properties": { "result": { "example": "eyJhIjoiNWFiNGU5Z...", "type": "string" } }, "type": "object" } ] }