{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/magic_components-schemas-tunnel_update_request", "title": "magic_components-schemas-tunnel_update_request", "properties": { "description": { "$ref": "#/components/schemas/magic_interconnect_components-schemas-description" }, "gre": { "$ref": "#/components/schemas/magic_gre" }, "health_check": { "$ref": "#/components/schemas/magic_schemas-health_check" }, "interface_address": { "$ref": "#/components/schemas/magic_interface_address" }, "mtu": { "$ref": "#/components/schemas/magic_schemas-mtu" } }, "type": "object" }