{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/magic_tunnel_add_single_request", "title": "magic_tunnel_add_single_request", "properties": { "cloudflare_gre_endpoint": { "$ref": "#/components/schemas/magic_cloudflare_gre_endpoint" }, "customer_gre_endpoint": { "$ref": "#/components/schemas/magic_customer_gre_endpoint" }, "description": { "$ref": "#/components/schemas/magic_schemas-description" }, "health_check": { "$ref": "#/components/schemas/magic_health_check" }, "interface_address": { "$ref": "#/components/schemas/magic_interface_address" }, "mtu": { "$ref": "#/components/schemas/magic_mtu" }, "name": { "$ref": "#/components/schemas/magic_name" }, "ttl": { "$ref": "#/components/schemas/magic_ttl" } }, "required": [ "name", "customer_gre_endpoint", "cloudflare_gre_endpoint", "interface_address" ], "type": "object" }