{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/tunnel_connection", "title": "tunnel_connection", "properties": { "colo_name": { "$ref": "#/components/schemas/tunnel_colo_name" }, "is_pending_reconnect": { "$ref": "#/components/schemas/tunnel_is_pending_reconnect" }, "uuid": { "$ref": "#/components/schemas/tunnel_connection_id" } } }