tunnel_legacy-tunnel-response-single

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tunnel-legacy-tunnel-response-single-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tunnel_legacy-tunnel-response-single",
  "title": "tunnel_legacy-tunnel-response-single",
  "allOf": [
    {
      "$ref": "#/components/schemas/tunnel_api-response-single"
    },
    {
      "properties": {
        "result": {
          "$ref": "#/components/schemas/tunnel_argo-tunnel"
        }
      },
      "type": "object"
    }
  ]
}