magic_tunnel_deleted_response

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-magic-tunnel-deleted-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/magic_tunnel_deleted_response",
  "title": "magic_tunnel_deleted_response",
  "allOf": [
    {
      "$ref": "#/components/schemas/magic_api-response-single"
    },
    {
      "properties": {
        "result": {
          "properties": {
            "deleted": {
              "example": true,
              "type": "boolean"
            },
            "deleted_gre_tunnel": {
              "$ref": "#/components/schemas/magic_gre-tunnel"
            }
          },
          "type": "object"
        }
      }
    }
  ]
}