Cloudflare Tunnel configuration
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/tunnel_configuration", "title": "tunnel_configuration", "description": "Cloudflare Tunnel configuration", "properties": { "account_id": { "$ref": "#/components/schemas/tunnel_identifier" }, "config": { "$ref": "#/components/schemas/tunnel_config" }, "created_at": { "$ref": "#/components/schemas/tunnel_timestamp" }, "source": { "$ref": "#/components/schemas/tunnel_schemas-config_src" }, "tunnel_id": { "$ref": "#/components/schemas/tunnel_tunnel_id" }, "version": { "$ref": "#/components/schemas/tunnel_schemas-config_version" } }, "type": "object" }