magic_tunnels_collection_response

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-magic-tunnels-collection-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/magic_tunnels_collection_response",
  "title": "magic_tunnels_collection_response",
  "allOf": [
    {
      "$ref": "#/components/schemas/magic_api-response-single"
    },
    {
      "properties": {
        "result": {
          "properties": {
            "gre_tunnels": {
              "items": {
                "$ref": "#/components/schemas/magic_gre-tunnel"
              },
              "type": "array"
            }
          }
        }
      }
    }
  ]
}