tunnel_tunnel-response-single

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

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