@paradigma-inc/flywheel 0.1.92 → 0.1.95
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/agents.mjs +5 -2
- package/src/runtime/vendor/flywheel-cli-dist/generatedProductTelemetryContract.d.ts +4 -1
- package/src/runtime/vendor/flywheel-cli-dist/generatedProductTelemetryContract.js +38 -2
- package/src/runtime/vendor/flywheel-cli-dist/generatedProductTelemetryContract.js.map +1 -1
- package/src/runtime/vendor/manifest.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Generated by project/flywheel-server/scripts/sync_product_telemetry_contract.py.
|
|
2
2
|
// Do not edit by hand.
|
|
3
|
-
export const PRODUCT_TELEMETRY_CONTRACT_VERSION = "2026-05-
|
|
3
|
+
export const PRODUCT_TELEMETRY_CONTRACT_VERSION = "2026-05-12.1";
|
|
4
4
|
export const PRODUCT_TELEMETRY_EVENT_NAMES = [
|
|
5
5
|
"api_client_operation_recorded",
|
|
6
6
|
"api_route_behavior_recorded",
|
|
@@ -141,5 +141,41 @@ export const WEBUI_NODE_WORKFLOW_FAMILIES = [
|
|
|
141
141
|
"tags",
|
|
142
142
|
"timeline_layout",
|
|
143
143
|
];
|
|
144
|
-
export const PRODUCT_TELEMETRY_METADATA_SCHEMAS = JSON.parse('{"api_client_operation_recorded": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "api_client_behavior", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "api_client", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family"], "title": "ApiClientOperationBehaviorMetadata", "type": "object"}, "api_route_behavior_recorded": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "api_behavior", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"$ref": "#/$defs/RouteFamily"}, "surface": {"const": "api", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family", "route_family"], "title": "ApiRouteBehaviorMetadata", "type": "object"}, "cli_command_behavior_recorded": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"$ref": "#/$defs/CommandFamily"}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "cli_behavior", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "cli", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family", "command_family"], "title": "CliCommandBehaviorMetadata", "type": "object"}, "credits_checkout_started": {"$defs": {"BillingInterval": {"enum": ["monthly", "annual"], "title": "BillingInterval", "type": "string"}}, "additionalProperties": false, "properties": {"amount_cents": {"anyOf": [{"maximum": 10000000, "minimum": 0, "type": "integer"}, {"type": "null"}], "default": null, "title": "Amount Cents"}, "billing_interval": {"anyOf": [{"$ref": "#/$defs/BillingInterval"}, {"type": "null"}], "default": null}, "session_id": {"maxLength": 128, "minLength": 1, "title": "Session Id", "type": "string"}}, "required": ["session_id"], "title": "CheckoutStartedMetadata", "type": "object"}, "mcp_tool_behavior_recorded": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "mcp_behavior", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "mcp", "title": "Surface", "type": "string"}, "tool_family": {"$ref": "#/$defs/ToolFamily"}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family", "tool_family"], "title": "McpToolBehaviorMetadata", "type": "object"}, "message_sent": {"$defs": {"Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}}, "additionalProperties": false, "properties": {"outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}}, "title": "GenericProductTelemetryMetadata", "type": "object"}, "node_created": {"$defs": {"Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}}, "additionalProperties": false, "properties": {"outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}}, "title": "GenericProductTelemetryMetadata", "type": "object"}, "node_link_disabled": {"$defs": {"Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}}, "additionalProperties": false, "properties": {"outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}}, "title": "GenericProductTelemetryMetadata", "type": "object"}, "node_link_enabled": {"$defs": {"Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}}, "additionalProperties": false, "properties": {"outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}}, "title": "GenericProductTelemetryMetadata", "type": "object"}, "node_public_disabled": {"$defs": {"Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}}, "additionalProperties": false, "properties": {"outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}}, "title": "GenericProductTelemetryMetadata", "type": "object"}, "node_public_enabled": {"$defs": {"Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}}, "additionalProperties": false, "properties": {"outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}}, "title": "GenericProductTelemetryMetadata", "type": "object"}, "product_demand_signal_recorded": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "ProductTelemetrySurface": {"enum": ["webui", "api", "api_client", "cli", "mcp", "server"], "title": "ProductTelemetrySurface", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"$ref": "#/$defs/DemandSignalFamily"}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "demand_signal", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"$ref": "#/$defs/ProductTelemetrySurface"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family", "demand_signal_family"], "title": "DemandSignalMetadata", "type": "object"}, "server_workflow_behavior_recorded": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "server_behavior", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "server", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family"], "title": "ServerWorkflowBehaviorMetadata", "type": "object"}, "subscription_checkout_started": {"$defs": {"BillingInterval": {"enum": ["monthly", "annual"], "title": "BillingInterval", "type": "string"}}, "additionalProperties": false, "properties": {"amount_cents": {"anyOf": [{"maximum": 10000000, "minimum": 0, "type": "integer"}, {"type": "null"}], "default": null, "title": "Amount Cents"}, "billing_interval": {"anyOf": [{"$ref": "#/$defs/BillingInterval"}, {"type": "null"}], "default": null}, "session_id": {"maxLength": 128, "minLength": 1, "title": "Session Id", "type": "string"}}, "required": ["session_id"], "title": "CheckoutStartedMetadata", "type": "object"}, "user_session_started": {"$defs": {"Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}}, "additionalProperties": false, "properties": {"outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}}, "title": "GenericProductTelemetryMetadata", "type": "object"}, "web_app_opened": {"$defs": {"RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}}, "additionalProperties": false, "properties": {"route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"anyOf": [{"const": "web", "type": "string"}, {"type": "null"}], "default": null, "title": "Surface"}}, "title": "WebAppOpenedMetadata", "type": "object"}, "web_artifact_payload_batch": {"$defs": {"PerNodeArtifactPayloadStats": {"additionalProperties": false, "properties": {"failures": {"maximum": 100000, "minimum": 0, "title": "Failures", "type": "integer"}, "loads": {"maximum": 100000, "minimum": 0, "title": "Loads", "type": "integer"}, "node_id": {"maxLength": 128, "minLength": 1, "title": "Node Id", "type": "string"}, "rate_limited": {"maximum": 100000, "minimum": 0, "title": "Rate Limited", "type": "integer"}}, "required": ["node_id", "loads", "failures", "rate_limited"], "title": "PerNodeArtifactPayloadStats", "type": "object"}, "SourceKind": {"enum": ["signed_url", "blob_proxy"], "title": "SourceKind", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}}, "additionalProperties": false, "properties": {"cache_hits": {"anyOf": [{"maximum": 1000000, "minimum": 0, "type": "integer"}, {"type": "null"}], "default": null, "title": "Cache Hits"}, "finished_loads": {"anyOf": [{"maximum": 1000000, "minimum": 0, "type": "integer"}, {"type": "null"}], "default": null, "title": "Finished Loads"}, "inflight_dedupe_hits": {"anyOf": [{"maximum": 1000000, "minimum": 0, "type": "integer"}, {"type": "null"}], "default": null, "title": "Inflight Dedupe Hits"}, "load_avg_ms": {"anyOf": [{"maximum": 86400000, "minimum": 0, "type": "number"}, {"type": "null"}], "default": null, "title": "Load Avg Ms"}, "load_max_ms": {"anyOf": [{"maximum": 86400000, "minimum": 0, "type": "number"}, {"type": "null"}], "default": null, "title": "Load Max Ms"}, "loads_429": {"default": 0, "maximum": 1000000, "minimum": 0, "title": "Loads 429", "type": "integer"}, "loads_completed": {"anyOf": [{"maximum": 1000000, "minimum": 0, "type": "integer"}, {"type": "null"}], "default": null, "title": "Loads Completed"}, "loads_failed": {"default": 0, "maximum": 1000000, "minimum": 0, "title": "Loads Failed", "type": "integer"}, "loads_invalid_json": {"default": 0, "maximum": 1000000, "minimum": 0, "title": "Loads Invalid Json", "type": "integer"}, "loads_started": {"maximum": 1000000, "minimum": 0, "title": "Loads Started", "type": "integer"}, "per_node": {"anyOf": [{"items": {"$ref": "#/$defs/PerNodeArtifactPayloadStats"}, "maxItems": 8, "type": "array"}, {"type": "null"}], "default": null, "title": "Per Node"}, "queue_wait_avg_ms": {"anyOf": [{"maximum": 86400000, "minimum": 0, "type": "number"}, {"type": "null"}], "default": null, "title": "Queue Wait Avg Ms"}, "queue_wait_max_ms": {"anyOf": [{"maximum": 86400000, "minimum": 0, "type": "number"}, {"type": "null"}], "default": null, "title": "Queue Wait Max Ms"}, "retry_count_max": {"anyOf": [{"maximum": 10000, "minimum": 0, "type": "integer"}, {"type": "null"}], "default": null, "title": "Retry Count Max"}, "retry_count_total": {"anyOf": [{"maximum": 1000000, "minimum": 0, "type": "integer"}, {"type": "null"}], "default": null, "title": "Retry Count Total"}, "source_blob_proxy_loads": {"anyOf": [{"maximum": 1000000, "minimum": 0, "type": "integer"}, {"type": "null"}], "default": null, "title": "Source Blob Proxy Loads"}, "source_kind_counts": {"anyOf": [{"additionalProperties": {"maximum": 1000000, "minimum": 0, "type": "integer"}, "propertyNames": {"$ref": "#/$defs/SourceKind"}, "type": "object"}, {"type": "null"}], "default": null, "title": "Source Kind Counts"}, "source_signed_url_loads": {"anyOf": [{"maximum": 1000000, "minimum": 0, "type": "integer"}, {"type": "null"}], "default": null, "title": "Source Signed Url Loads"}, "status_2xx_loads": {"anyOf": [{"maximum": 1000000, "minimum": 0, "type": "integer"}, {"type": "null"}], "default": null, "title": "Status 2Xx Loads"}, "status_4xx_loads": {"anyOf": [{"maximum": 1000000, "minimum": 0, "type": "integer"}, {"type": "null"}], "default": null, "title": "Status 4Xx Loads"}, "status_5xx_loads": {"anyOf": [{"maximum": 1000000, "minimum": 0, "type": "integer"}, {"type": "null"}], "default": null, "title": "Status 5Xx Loads"}, "status_class_counts": {"anyOf": [{"additionalProperties": {"maximum": 1000000, "minimum": 0, "type": "integer"}, "propertyNames": {"$ref": "#/$defs/StatusClass"}, "type": "object"}, {"type": "null"}], "default": null, "title": "Status Class Counts"}, "status_unknown_loads": {"anyOf": [{"maximum": 1000000, "minimum": 0, "type": "integer"}, {"type": "null"}], "default": null, "title": "Status Unknown Loads"}, "window_ms": {"anyOf": [{"maximum": 86400000, "minimum": 0, "type": "integer"}, {"type": "null"}], "default": null, "title": "Window Ms"}}, "required": ["loads_started"], "title": "ArtifactPayloadBatchMetadata", "type": "object"}, "web_artifact_payload_failed": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_artifact_asset", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family"], "title": "WebArtifactAssetBehaviorMetadata", "type": "object"}, "web_artifact_payload_loaded": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_artifact_asset", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family"], "title": "WebArtifactAssetBehaviorMetadata", "type": "object"}, "web_artifact_payload_retried": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_artifact_asset", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family"], "title": "WebArtifactAssetBehaviorMetadata", "type": "object"}, "web_artifact_section_opened": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_artifact_asset", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family"], "title": "WebArtifactAssetBehaviorMetadata", "type": "object"}, "web_artifact_unrenderable_seen": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_artifact_asset", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family"], "title": "WebArtifactAssetBehaviorMetadata", "type": "object"}, "web_asset_deleted": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_artifact_asset", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family"], "title": "WebArtifactAssetBehaviorMetadata", "type": "object"}, "web_asset_note_saved": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_artifact_asset", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family"], "title": "WebArtifactAssetBehaviorMetadata", "type": "object"}, "web_asset_operation_failed": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_artifact_asset", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family"], "title": "WebArtifactAssetBehaviorMetadata", "type": "object"}, "web_asset_panel_opened": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_artifact_asset", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family"], "title": "WebArtifactAssetBehaviorMetadata", "type": "object"}, "web_asset_uploaded": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_artifact_asset", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family"], "title": "WebArtifactAssetBehaviorMetadata", "type": "object"}, "web_collaboration_action_completed": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"$ref": "#/$defs/CollaborationFamily"}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_collaboration_metadata", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family", "collaboration_family"], "title": "WebCollaborationBehaviorMetadata", "type": "object"}, "web_collaboration_action_failed": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"$ref": "#/$defs/CollaborationFamily"}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_collaboration_metadata", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family", "collaboration_family"], "title": "WebCollaborationBehaviorMetadata", "type": "object"}, "web_graph_layout_changed": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_graph", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family"], "title": "WebGraphBehaviorMetadata", "type": "object"}, "web_graph_load_failed": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_graph", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family"], "title": "WebGraphBehaviorMetadata", "type": "object"}, "web_graph_loaded": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_graph", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family"], "title": "WebGraphBehaviorMetadata", "type": "object"}, "web_graph_mutation_completed": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_graph_mutation", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"$ref": "#/$defs/GraphMutationFamily"}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family", "graph_mutation_family"], "title": "WebGraphMutationBehaviorMetadata", "type": "object"}, "web_graph_mutation_failed": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_graph_mutation", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"$ref": "#/$defs/GraphMutationFamily"}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family", "graph_mutation_family"], "title": "WebGraphMutationBehaviorMetadata", "type": "object"}, "web_graph_mutation_started": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_graph_mutation", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"$ref": "#/$defs/GraphMutationFamily"}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family", "graph_mutation_family"], "title": "WebGraphMutationBehaviorMetadata", "type": "object"}, "web_graph_node_focused": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_graph", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family"], "title": "WebGraphBehaviorMetadata", "type": "object"}, "web_graph_opened": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_graph", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family"], "title": "WebGraphBehaviorMetadata", "type": "object"}, "web_graph_partial_notice_shown": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_graph", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family"], "title": "WebGraphBehaviorMetadata", "type": "object"}, "web_graph_search_changed": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_graph", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family"], "title": "WebGraphBehaviorMetadata", "type": "object"}, "web_graph_search_empty": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_graph", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family"], "title": "WebGraphBehaviorMetadata", "type": "object"}, "web_node_closed": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_node_workspace", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family"], "title": "WebNodeWorkspaceBehaviorMetadata", "type": "object"}, "web_node_edit_cancelled": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_node_workspace", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family"], "title": "WebNodeWorkspaceBehaviorMetadata", "type": "object"}, "web_node_edit_failed": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_node_workspace", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family"], "title": "WebNodeWorkspaceBehaviorMetadata", "type": "object"}, "web_node_edit_saved": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_node_workspace", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family"], "title": "WebNodeWorkspaceBehaviorMetadata", "type": "object"}, "web_node_edit_started": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_node_workspace", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family"], "title": "WebNodeWorkspaceBehaviorMetadata", "type": "object"}, "web_node_hydration_completed": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_node_workspace", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family"], "title": "WebNodeWorkspaceBehaviorMetadata", "type": "object"}, "web_node_hydration_failed": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_node_workspace", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family"], "title": "WebNodeWorkspaceBehaviorMetadata", "type": "object"}, "web_node_lease_acquired": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_node_workspace", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family"], "title": "WebNodeWorkspaceBehaviorMetadata", "type": "object"}, "web_node_lease_failed": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_node_workspace", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family"], "title": "WebNodeWorkspaceBehaviorMetadata", "type": "object"}, "web_node_lease_heartbeat_failed": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_node_workspace", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family"], "title": "WebNodeWorkspaceBehaviorMetadata", "type": "object"}, "web_node_lease_released": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_node_workspace", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family"], "title": "WebNodeWorkspaceBehaviorMetadata", "type": "object"}, "web_node_opened": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_node_workspace", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family"], "title": "WebNodeWorkspaceBehaviorMetadata", "type": "object"}, "web_node_stage_committed": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_node_workspace", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family"], "title": "WebNodeWorkspaceBehaviorMetadata", "type": "object"}, "web_node_stage_created": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_node_workspace", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family"], "title": "WebNodeWorkspaceBehaviorMetadata", "type": "object"}, "web_node_stage_discarded": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_node_workspace", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family"], "title": "WebNodeWorkspaceBehaviorMetadata", "type": "object"}, "web_node_stage_failed": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_node_workspace", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family"], "title": "WebNodeWorkspaceBehaviorMetadata", "type": "object"}, "web_node_stage_rebased": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_node_workspace", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family"], "title": "WebNodeWorkspaceBehaviorMetadata", "type": "object"}, "web_settings_opened": {"$defs": {"SettingsSurface": {"enum": ["profile_menu"], "title": "SettingsSurface", "type": "string"}}, "additionalProperties": false, "properties": {"surface": {"$ref": "#/$defs/SettingsSurface"}}, "required": ["surface"], "title": "WebSettingsOpenedMetadata", "type": "object"}, "web_temp_node_commit_completed": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_node_workspace", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family"], "title": "WebNodeWorkspaceBehaviorMetadata", "type": "object"}, "web_temp_node_commit_failed": {"$defs": {"CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}}, "additionalProperties": false, "properties": {"cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_node_workspace", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}}, "required": ["surface", "event_family"], "title": "WebNodeWorkspaceBehaviorMetadata", "type": "object"}}');
|
|
144
|
+
export const PRODUCT_TELEMETRY_SCALING_FIELDS = [
|
|
145
|
+
"access_mode",
|
|
146
|
+
"active_frontier_size_bucket",
|
|
147
|
+
"admission_outcome",
|
|
148
|
+
"api_version",
|
|
149
|
+
"artifact_count_bucket",
|
|
150
|
+
"artifact_payload_size_bucket",
|
|
151
|
+
"auth_mode",
|
|
152
|
+
"backend_latency_bucket",
|
|
153
|
+
"blob_pressure_outcome",
|
|
154
|
+
"blob_size_bucket",
|
|
155
|
+
"conflict_state",
|
|
156
|
+
"db_row_volume_reason",
|
|
157
|
+
"db_row_volume_severity",
|
|
158
|
+
"edge_count_bucket",
|
|
159
|
+
"frontend_render_duration_bucket",
|
|
160
|
+
"graph_node_count_bucket",
|
|
161
|
+
"hidden_node_count_bucket",
|
|
162
|
+
"hydration_duration_bucket",
|
|
163
|
+
"layout_mode",
|
|
164
|
+
"max_node_count_bucket",
|
|
165
|
+
"partial_graph_status",
|
|
166
|
+
"projection_shape",
|
|
167
|
+
"rate_limit_outcome",
|
|
168
|
+
"renderer_mode",
|
|
169
|
+
"request_page_shape",
|
|
170
|
+
"request_shape",
|
|
171
|
+
"retry_state",
|
|
172
|
+
"share_mode",
|
|
173
|
+
"staged_change_state",
|
|
174
|
+
"status_class",
|
|
175
|
+
"viewport_class",
|
|
176
|
+
"visibility_mode",
|
|
177
|
+
"visible_node_count_bucket",
|
|
178
|
+
];
|
|
179
|
+
export const PRODUCT_TELEMETRY_ENUM_VALUES = JSON.parse('{"access_mode": ["public", "private", "shared", "mixed", "unknown"], "admission_outcome": ["not_applicable", "admitted", "delayed", "rejected"], "api_version": ["v1", "unknown"], "artifact_payload_size_bucket": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "auth_mode": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "blob_pressure_outcome": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "blob_size_bucket": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "collaboration_family": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "command_family": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "conflict_state": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "count_bucket": ["0", "1", "2-5", "6-20", "21-100", "100+"], "db_row_volume_reason": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "db_row_volume_severity": ["ok", "warning", "page"], "demand_signal_family": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "duration_bucket": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "event_family": ["web_graph", "web_node_workspace", "web_artifact_asset", "web_graph_mutation", "web_collaboration_metadata", "api_behavior", "api_client_behavior", "cli_behavior", "mcp_behavior", "server_behavior", "demand_signal"], "failure_category": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "graph_mutation_family": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "layout_mode": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "node_workflow_family": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "outcome": ["success", "failure", "cancelled", "abandoned", "unsupported"], "partial_graph_status": ["complete", "partial", "truncated", "failed", "unknown"], "projection_shape": ["full", "core", "topology", "summary", "filtered", "unknown"], "rate_limit_outcome": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "renderer_mode": ["svg", "canvas", "dom", "unknown"], "request_page_shape": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "request_shape": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "retry_state": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "route_family": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "share_mode": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "staged_change_state": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "status_class": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "surface": ["webui", "api", "api_client", "cli", "mcp", "server"], "tool_family": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "viewport_class": ["mobile", "tablet", "desktop", "wide", "unknown"], "visibility_mode": ["private", "shared", "public", "link", "mixed", "unknown"]}');
|
|
180
|
+
export const PRODUCT_TELEMETRY_METADATA_SCHEMAS = JSON.parse('{"api_client_operation_recorded": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "api_client_behavior", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "api_client", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family"], "title": "ApiClientOperationBehaviorMetadata", "type": "object"}, "api_route_behavior_recorded": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "api_behavior", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"$ref": "#/$defs/RouteFamily"}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "api", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family", "route_family"], "title": "ApiRouteBehaviorMetadata", "type": "object"}, "cli_command_behavior_recorded": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"$ref": "#/$defs/CommandFamily"}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "cli_behavior", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "cli", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family", "command_family"], "title": "CliCommandBehaviorMetadata", "type": "object"}, "credits_checkout_started": {"$defs": {"BillingInterval": {"enum": ["monthly", "annual"], "title": "BillingInterval", "type": "string"}}, "additionalProperties": false, "properties": {"amount_cents": {"anyOf": [{"maximum": 10000000, "minimum": 0, "type": "integer"}, {"type": "null"}], "default": null, "title": "Amount Cents"}, "billing_interval": {"anyOf": [{"$ref": "#/$defs/BillingInterval"}, {"type": "null"}], "default": null}, "session_id": {"maxLength": 128, "minLength": 1, "title": "Session Id", "type": "string"}}, "required": ["session_id"], "title": "CheckoutStartedMetadata", "type": "object"}, "mcp_tool_behavior_recorded": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "mcp_behavior", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "mcp", "title": "Surface", "type": "string"}, "tool_family": {"$ref": "#/$defs/ToolFamily"}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family", "tool_family"], "title": "McpToolBehaviorMetadata", "type": "object"}, "message_sent": {"$defs": {"Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}}, "additionalProperties": false, "properties": {"outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}}, "title": "GenericProductTelemetryMetadata", "type": "object"}, "node_created": {"$defs": {"Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}}, "additionalProperties": false, "properties": {"outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}}, "title": "GenericProductTelemetryMetadata", "type": "object"}, "node_link_disabled": {"$defs": {"Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}}, "additionalProperties": false, "properties": {"outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}}, "title": "GenericProductTelemetryMetadata", "type": "object"}, "node_link_enabled": {"$defs": {"Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}}, "additionalProperties": false, "properties": {"outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}}, "title": "GenericProductTelemetryMetadata", "type": "object"}, "node_public_disabled": {"$defs": {"Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}}, "additionalProperties": false, "properties": {"outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}}, "title": "GenericProductTelemetryMetadata", "type": "object"}, "node_public_enabled": {"$defs": {"Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}}, "additionalProperties": false, "properties": {"outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}}, "title": "GenericProductTelemetryMetadata", "type": "object"}, "product_demand_signal_recorded": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProductTelemetrySurface": {"enum": ["webui", "api", "api_client", "cli", "mcp", "server"], "title": "ProductTelemetrySurface", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"$ref": "#/$defs/DemandSignalFamily"}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "demand_signal", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"$ref": "#/$defs/ProductTelemetrySurface"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family", "demand_signal_family"], "title": "DemandSignalMetadata", "type": "object"}, "server_workflow_behavior_recorded": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "server_behavior", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "server", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family"], "title": "ServerWorkflowBehaviorMetadata", "type": "object"}, "subscription_checkout_started": {"$defs": {"BillingInterval": {"enum": ["monthly", "annual"], "title": "BillingInterval", "type": "string"}}, "additionalProperties": false, "properties": {"amount_cents": {"anyOf": [{"maximum": 10000000, "minimum": 0, "type": "integer"}, {"type": "null"}], "default": null, "title": "Amount Cents"}, "billing_interval": {"anyOf": [{"$ref": "#/$defs/BillingInterval"}, {"type": "null"}], "default": null}, "session_id": {"maxLength": 128, "minLength": 1, "title": "Session Id", "type": "string"}}, "required": ["session_id"], "title": "CheckoutStartedMetadata", "type": "object"}, "user_session_started": {"$defs": {"Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}}, "additionalProperties": false, "properties": {"outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}}, "title": "GenericProductTelemetryMetadata", "type": "object"}, "web_app_opened": {"$defs": {"RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}}, "additionalProperties": false, "properties": {"route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "surface": {"anyOf": [{"const": "web", "type": "string"}, {"type": "null"}], "default": null, "title": "Surface"}}, "title": "WebAppOpenedMetadata", "type": "object"}, "web_artifact_payload_batch": {"$defs": {"PerNodeArtifactPayloadStats": {"additionalProperties": false, "properties": {"failures": {"maximum": 100000, "minimum": 0, "title": "Failures", "type": "integer"}, "loads": {"maximum": 100000, "minimum": 0, "title": "Loads", "type": "integer"}, "node_id": {"maxLength": 128, "minLength": 1, "title": "Node Id", "type": "string"}, "rate_limited": {"maximum": 100000, "minimum": 0, "title": "Rate Limited", "type": "integer"}}, "required": ["node_id", "loads", "failures", "rate_limited"], "title": "PerNodeArtifactPayloadStats", "type": "object"}, "SourceKind": {"enum": ["signed_url", "blob_proxy"], "title": "SourceKind", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}}, "additionalProperties": false, "properties": {"cache_hits": {"anyOf": [{"maximum": 1000000, "minimum": 0, "type": "integer"}, {"type": "null"}], "default": null, "title": "Cache Hits"}, "finished_loads": {"anyOf": [{"maximum": 1000000, "minimum": 0, "type": "integer"}, {"type": "null"}], "default": null, "title": "Finished Loads"}, "inflight_dedupe_hits": {"anyOf": [{"maximum": 1000000, "minimum": 0, "type": "integer"}, {"type": "null"}], "default": null, "title": "Inflight Dedupe Hits"}, "load_avg_ms": {"anyOf": [{"maximum": 86400000, "minimum": 0, "type": "number"}, {"type": "null"}], "default": null, "title": "Load Avg Ms"}, "load_max_ms": {"anyOf": [{"maximum": 86400000, "minimum": 0, "type": "number"}, {"type": "null"}], "default": null, "title": "Load Max Ms"}, "loads_429": {"default": 0, "maximum": 1000000, "minimum": 0, "title": "Loads 429", "type": "integer"}, "loads_completed": {"anyOf": [{"maximum": 1000000, "minimum": 0, "type": "integer"}, {"type": "null"}], "default": null, "title": "Loads Completed"}, "loads_failed": {"default": 0, "maximum": 1000000, "minimum": 0, "title": "Loads Failed", "type": "integer"}, "loads_invalid_json": {"default": 0, "maximum": 1000000, "minimum": 0, "title": "Loads Invalid Json", "type": "integer"}, "loads_started": {"maximum": 1000000, "minimum": 0, "title": "Loads Started", "type": "integer"}, "per_node": {"anyOf": [{"items": {"$ref": "#/$defs/PerNodeArtifactPayloadStats"}, "maxItems": 8, "type": "array"}, {"type": "null"}], "default": null, "title": "Per Node"}, "queue_wait_avg_ms": {"anyOf": [{"maximum": 86400000, "minimum": 0, "type": "number"}, {"type": "null"}], "default": null, "title": "Queue Wait Avg Ms"}, "queue_wait_max_ms": {"anyOf": [{"maximum": 86400000, "minimum": 0, "type": "number"}, {"type": "null"}], "default": null, "title": "Queue Wait Max Ms"}, "retry_count_max": {"anyOf": [{"maximum": 10000, "minimum": 0, "type": "integer"}, {"type": "null"}], "default": null, "title": "Retry Count Max"}, "retry_count_total": {"anyOf": [{"maximum": 1000000, "minimum": 0, "type": "integer"}, {"type": "null"}], "default": null, "title": "Retry Count Total"}, "source_blob_proxy_loads": {"anyOf": [{"maximum": 1000000, "minimum": 0, "type": "integer"}, {"type": "null"}], "default": null, "title": "Source Blob Proxy Loads"}, "source_kind_counts": {"anyOf": [{"additionalProperties": {"maximum": 1000000, "minimum": 0, "type": "integer"}, "propertyNames": {"$ref": "#/$defs/SourceKind"}, "type": "object"}, {"type": "null"}], "default": null, "title": "Source Kind Counts"}, "source_signed_url_loads": {"anyOf": [{"maximum": 1000000, "minimum": 0, "type": "integer"}, {"type": "null"}], "default": null, "title": "Source Signed Url Loads"}, "status_2xx_loads": {"anyOf": [{"maximum": 1000000, "minimum": 0, "type": "integer"}, {"type": "null"}], "default": null, "title": "Status 2Xx Loads"}, "status_4xx_loads": {"anyOf": [{"maximum": 1000000, "minimum": 0, "type": "integer"}, {"type": "null"}], "default": null, "title": "Status 4Xx Loads"}, "status_5xx_loads": {"anyOf": [{"maximum": 1000000, "minimum": 0, "type": "integer"}, {"type": "null"}], "default": null, "title": "Status 5Xx Loads"}, "status_class_counts": {"anyOf": [{"additionalProperties": {"maximum": 1000000, "minimum": 0, "type": "integer"}, "propertyNames": {"$ref": "#/$defs/StatusClass"}, "type": "object"}, {"type": "null"}], "default": null, "title": "Status Class Counts"}, "status_unknown_loads": {"anyOf": [{"maximum": 1000000, "minimum": 0, "type": "integer"}, {"type": "null"}], "default": null, "title": "Status Unknown Loads"}, "window_ms": {"anyOf": [{"maximum": 86400000, "minimum": 0, "type": "integer"}, {"type": "null"}], "default": null, "title": "Window Ms"}}, "required": ["loads_started"], "title": "ArtifactPayloadBatchMetadata", "type": "object"}, "web_artifact_payload_failed": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_artifact_asset", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family"], "title": "WebArtifactAssetBehaviorMetadata", "type": "object"}, "web_artifact_payload_loaded": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_artifact_asset", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family"], "title": "WebArtifactAssetBehaviorMetadata", "type": "object"}, "web_artifact_payload_retried": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_artifact_asset", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family"], "title": "WebArtifactAssetBehaviorMetadata", "type": "object"}, "web_artifact_section_opened": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_artifact_asset", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family"], "title": "WebArtifactAssetBehaviorMetadata", "type": "object"}, "web_artifact_unrenderable_seen": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_artifact_asset", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family"], "title": "WebArtifactAssetBehaviorMetadata", "type": "object"}, "web_asset_deleted": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_artifact_asset", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family"], "title": "WebArtifactAssetBehaviorMetadata", "type": "object"}, "web_asset_note_saved": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_artifact_asset", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family"], "title": "WebArtifactAssetBehaviorMetadata", "type": "object"}, "web_asset_operation_failed": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_artifact_asset", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family"], "title": "WebArtifactAssetBehaviorMetadata", "type": "object"}, "web_asset_panel_opened": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_artifact_asset", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family"], "title": "WebArtifactAssetBehaviorMetadata", "type": "object"}, "web_asset_uploaded": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_artifact_asset", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family"], "title": "WebArtifactAssetBehaviorMetadata", "type": "object"}, "web_collaboration_action_completed": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"$ref": "#/$defs/CollaborationFamily"}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_collaboration_metadata", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family", "collaboration_family"], "title": "WebCollaborationBehaviorMetadata", "type": "object"}, "web_collaboration_action_failed": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"$ref": "#/$defs/CollaborationFamily"}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_collaboration_metadata", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family", "collaboration_family"], "title": "WebCollaborationBehaviorMetadata", "type": "object"}, "web_graph_layout_changed": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_graph", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family"], "title": "WebGraphBehaviorMetadata", "type": "object"}, "web_graph_load_failed": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_graph", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family"], "title": "WebGraphBehaviorMetadata", "type": "object"}, "web_graph_loaded": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_graph", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family"], "title": "WebGraphBehaviorMetadata", "type": "object"}, "web_graph_mutation_completed": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_graph_mutation", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"$ref": "#/$defs/GraphMutationFamily"}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family", "graph_mutation_family"], "title": "WebGraphMutationBehaviorMetadata", "type": "object"}, "web_graph_mutation_failed": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_graph_mutation", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"$ref": "#/$defs/GraphMutationFamily"}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family", "graph_mutation_family"], "title": "WebGraphMutationBehaviorMetadata", "type": "object"}, "web_graph_mutation_started": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_graph_mutation", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"$ref": "#/$defs/GraphMutationFamily"}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family", "graph_mutation_family"], "title": "WebGraphMutationBehaviorMetadata", "type": "object"}, "web_graph_node_focused": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_graph", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family"], "title": "WebGraphBehaviorMetadata", "type": "object"}, "web_graph_opened": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_graph", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family"], "title": "WebGraphBehaviorMetadata", "type": "object"}, "web_graph_partial_notice_shown": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_graph", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family"], "title": "WebGraphBehaviorMetadata", "type": "object"}, "web_graph_search_changed": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_graph", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family"], "title": "WebGraphBehaviorMetadata", "type": "object"}, "web_graph_search_empty": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_graph", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family"], "title": "WebGraphBehaviorMetadata", "type": "object"}, "web_node_closed": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_node_workspace", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family"], "title": "WebNodeWorkspaceBehaviorMetadata", "type": "object"}, "web_node_edit_cancelled": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_node_workspace", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family"], "title": "WebNodeWorkspaceBehaviorMetadata", "type": "object"}, "web_node_edit_failed": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_node_workspace", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family"], "title": "WebNodeWorkspaceBehaviorMetadata", "type": "object"}, "web_node_edit_saved": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_node_workspace", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family"], "title": "WebNodeWorkspaceBehaviorMetadata", "type": "object"}, "web_node_edit_started": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_node_workspace", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family"], "title": "WebNodeWorkspaceBehaviorMetadata", "type": "object"}, "web_node_hydration_completed": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_node_workspace", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family"], "title": "WebNodeWorkspaceBehaviorMetadata", "type": "object"}, "web_node_hydration_failed": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_node_workspace", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family"], "title": "WebNodeWorkspaceBehaviorMetadata", "type": "object"}, "web_node_lease_acquired": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_node_workspace", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family"], "title": "WebNodeWorkspaceBehaviorMetadata", "type": "object"}, "web_node_lease_failed": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_node_workspace", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family"], "title": "WebNodeWorkspaceBehaviorMetadata", "type": "object"}, "web_node_lease_heartbeat_failed": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_node_workspace", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family"], "title": "WebNodeWorkspaceBehaviorMetadata", "type": "object"}, "web_node_lease_released": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_node_workspace", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family"], "title": "WebNodeWorkspaceBehaviorMetadata", "type": "object"}, "web_node_opened": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_node_workspace", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family"], "title": "WebNodeWorkspaceBehaviorMetadata", "type": "object"}, "web_node_stage_committed": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_node_workspace", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family"], "title": "WebNodeWorkspaceBehaviorMetadata", "type": "object"}, "web_node_stage_created": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_node_workspace", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family"], "title": "WebNodeWorkspaceBehaviorMetadata", "type": "object"}, "web_node_stage_discarded": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_node_workspace", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family"], "title": "WebNodeWorkspaceBehaviorMetadata", "type": "object"}, "web_node_stage_failed": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_node_workspace", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family"], "title": "WebNodeWorkspaceBehaviorMetadata", "type": "object"}, "web_node_stage_rebased": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_node_workspace", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family"], "title": "WebNodeWorkspaceBehaviorMetadata", "type": "object"}, "web_settings_opened": {"$defs": {"SettingsSurface": {"enum": ["profile_menu"], "title": "SettingsSurface", "type": "string"}}, "additionalProperties": false, "properties": {"surface": {"$ref": "#/$defs/SettingsSurface"}}, "required": ["surface"], "title": "WebSettingsOpenedMetadata", "type": "object"}, "web_temp_node_commit_completed": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_node_workspace", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family"], "title": "WebNodeWorkspaceBehaviorMetadata", "type": "object"}, "web_temp_node_commit_failed": {"$defs": {"AccessMode": {"enum": ["public", "private", "shared", "mixed", "unknown"], "title": "AccessMode", "type": "string"}, "AdmissionOutcome": {"enum": ["not_applicable", "admitted", "delayed", "rejected"], "title": "AdmissionOutcome", "type": "string"}, "ApiVersion": {"enum": ["v1", "unknown"], "title": "ApiVersion", "type": "string"}, "AuthMode": {"enum": ["anonymous", "browser_session", "api_key", "mcp_oauth", "service", "disabled", "unknown"], "title": "AuthMode", "type": "string"}, "BlobPressureOutcome": {"enum": ["not_applicable", "none", "large_payload", "retry", "rate_limited", "missing", "failed"], "title": "BlobPressureOutcome", "type": "string"}, "CollaborationFamily": {"enum": ["share_policy", "visibility", "public_toggle", "link_toggle", "tag_assign", "tag_create", "tag_update", "tag_delete", "hook_panel", "hook_configure", "hook_run"], "title": "CollaborationFamily", "type": "string"}, "CommandFamily": {"enum": ["nodes", "artifacts", "compute", "export", "feedback", "auth", "setup", "admin", "unknown"], "title": "CommandFamily", "type": "string"}, "ConflictState": {"enum": ["none", "conflict", "stale_revision", "lease_conflict", "unknown"], "title": "ConflictState", "type": "string"}, "CountBucket": {"enum": ["0", "1", "2-5", "6-20", "21-100", "100+"], "title": "CountBucket", "type": "string"}, "DbRowVolumeReason": {"enum": ["rows_per_window", "rows_per_call", "row_count", "unknown"], "title": "DbRowVolumeReason", "type": "string"}, "DbRowVolumeSeverity": {"enum": ["ok", "warning", "page"], "title": "DbRowVolumeSeverity", "type": "string"}, "DemandSignalFamily": {"enum": ["missing_manual_tool", "missing_api_affordance", "missing_cli_command", "missing_mcp_tool", "confusing_contract", "manual_fallback", "repeated_retry", "abandoned_after_error"], "title": "DemandSignalFamily", "type": "string"}, "DurationBucket": {"enum": ["0-100ms", "101-500ms", "501ms-2s", "2s-10s", "10s+"], "title": "DurationBucket", "type": "string"}, "FailureCategory": {"enum": ["validation", "auth", "authorization", "not_found", "conflict", "rate_limited", "timeout", "network", "server_error", "client_error", "contract", "unknown"], "title": "FailureCategory", "type": "string"}, "GraphMutationFamily": {"enum": ["create_root", "create_child", "create_from_context_menu", "branch", "merge", "delete", "bulk_delete", "import", "export", "clone", "share"], "title": "GraphMutationFamily", "type": "string"}, "LayoutMode": {"enum": ["free", "force", "radial", "timeline", "minimap", "dag", "unknown"], "title": "LayoutMode", "type": "string"}, "NodeWorkflowFamily": {"enum": ["canvas", "graph_layout", "node_selection", "node_focus", "node_open", "node_hydration", "partial_graph_preview", "node_view_editing", "staged_edit", "commit", "lease", "artifacts", "assets", "share_policy", "tags", "hooks", "minimap", "radial_view", "timeline_layout", "context_menu", "bulk_graph_actions"], "title": "NodeWorkflowFamily", "type": "string"}, "Outcome": {"enum": ["success", "failure", "cancelled", "abandoned", "unsupported"], "title": "Outcome", "type": "string"}, "PartialGraphStatus": {"enum": ["complete", "partial", "truncated", "failed", "unknown"], "title": "PartialGraphStatus", "type": "string"}, "PayloadSizeBucket": {"enum": ["0", "1b-10kb", "10kb-100kb", "100kb-1mb", "1mb-10mb", "10mb+"], "title": "PayloadSizeBucket", "type": "string"}, "ProjectionShape": {"enum": ["full", "core", "topology", "summary", "filtered", "unknown"], "title": "ProjectionShape", "type": "string"}, "RateLimitOutcome": {"enum": ["not_applicable", "allowed", "near_limit", "limited", "dependency_unavailable"], "title": "RateLimitOutcome", "type": "string"}, "RendererMode": {"enum": ["svg", "canvas", "dom", "unknown"], "title": "RendererMode", "type": "string"}, "RequestPageShape": {"enum": ["unpaged", "first_page", "middle_page", "final_page", "bounded_page", "streaming", "unknown"], "title": "RequestPageShape", "type": "string"}, "RequestShape": {"enum": ["read", "mutation", "bulk_mutation", "upload", "download", "stream", "polling", "unknown"], "title": "RequestShape", "type": "string"}, "RetryState": {"enum": ["none", "retrying", "retry_after", "exhausted", "succeeded_after_retry"], "title": "RetryState", "type": "string"}, "RouteFamily": {"enum": ["admin", "analytics", "approval_sessions", "blobs", "artifacts", "auth", "auth_mcp_api_keys", "compute", "credits", "export", "feedback", "graph", "import", "hooks", "import_export", "legacy", "mcp", "nodes", "other", "root", "settings", "updates", "users"], "title": "RouteFamily", "type": "string"}, "ShareMode": {"enum": ["disabled", "link_enabled", "link_disabled", "node_scope", "root_scope", "mixed", "unknown"], "title": "ShareMode", "type": "string"}, "StagedChangeState": {"enum": ["clean", "dirty", "staged", "committing", "failed", "unknown"], "title": "StagedChangeState", "type": "string"}, "StatusClass": {"enum": ["1xx", "2xx", "3xx", "4xx", "5xx", "unknown"], "title": "StatusClass", "type": "string"}, "ToolFamily": {"enum": ["nodes", "artifacts", "compute", "feedback", "hooks", "admin", "auth", "unknown"], "title": "ToolFamily", "type": "string"}, "ViewportClass": {"enum": ["mobile", "tablet", "desktop", "wide", "unknown"], "title": "ViewportClass", "type": "string"}, "VisibilityMode": {"enum": ["private", "shared", "public", "link", "mixed", "unknown"], "title": "VisibilityMode", "type": "string"}}, "additionalProperties": false, "properties": {"access_mode": {"anyOf": [{"$ref": "#/$defs/AccessMode"}, {"type": "null"}], "default": null}, "active_frontier_size_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "admission_outcome": {"anyOf": [{"$ref": "#/$defs/AdmissionOutcome"}, {"type": "null"}], "default": null}, "api_version": {"anyOf": [{"$ref": "#/$defs/ApiVersion"}, {"type": "null"}], "default": null}, "artifact_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "artifact_payload_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "auth_mode": {"anyOf": [{"$ref": "#/$defs/AuthMode"}, {"type": "null"}], "default": null}, "backend_latency_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "blob_pressure_outcome": {"anyOf": [{"$ref": "#/$defs/BlobPressureOutcome"}, {"type": "null"}], "default": null}, "blob_size_bucket": {"anyOf": [{"$ref": "#/$defs/PayloadSizeBucket"}, {"type": "null"}], "default": null}, "cli_invocation_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Cli Invocation Id"}, "client_version": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Client Version"}, "collaboration_family": {"anyOf": [{"$ref": "#/$defs/CollaborationFamily"}, {"type": "null"}], "default": null}, "command_family": {"anyOf": [{"$ref": "#/$defs/CommandFamily"}, {"type": "null"}], "default": null}, "conflict_state": {"anyOf": [{"$ref": "#/$defs/ConflictState"}, {"type": "null"}], "default": null}, "count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "db_row_volume_reason": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeReason"}, {"type": "null"}], "default": null}, "db_row_volume_severity": {"anyOf": [{"$ref": "#/$defs/DbRowVolumeSeverity"}, {"type": "null"}], "default": null}, "demand_signal_family": {"anyOf": [{"$ref": "#/$defs/DemandSignalFamily"}, {"type": "null"}], "default": null}, "duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "edge_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "environment": {"anyOf": [{"maxLength": 64, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Environment"}, "event_family": {"const": "web_node_workspace", "title": "Event Family", "type": "string"}, "failure_category": {"anyOf": [{"$ref": "#/$defs/FailureCategory"}, {"type": "null"}], "default": null}, "frontend_render_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "graph_mutation_family": {"anyOf": [{"$ref": "#/$defs/GraphMutationFamily"}, {"type": "null"}], "default": null}, "graph_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hidden_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "hydration_duration_bucket": {"anyOf": [{"$ref": "#/$defs/DurationBucket"}, {"type": "null"}], "default": null}, "idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Idempotency Key"}, "layout_mode": {"anyOf": [{"$ref": "#/$defs/LayoutMode"}, {"type": "null"}], "default": null}, "max_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}, "mcp_idempotency_key": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Idempotency Key"}, "mcp_request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Mcp Request Id"}, "node_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Node Id"}, "node_workflow_family": {"anyOf": [{"$ref": "#/$defs/NodeWorkflowFamily"}, {"type": "null"}], "default": null}, "outcome": {"anyOf": [{"$ref": "#/$defs/Outcome"}, {"type": "null"}], "default": null}, "partial_graph_status": {"anyOf": [{"$ref": "#/$defs/PartialGraphStatus"}, {"type": "null"}], "default": null}, "projection_shape": {"anyOf": [{"$ref": "#/$defs/ProjectionShape"}, {"type": "null"}], "default": null}, "rate_limit_outcome": {"anyOf": [{"$ref": "#/$defs/RateLimitOutcome"}, {"type": "null"}], "default": null}, "release": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Release"}, "renderer_mode": {"anyOf": [{"$ref": "#/$defs/RendererMode"}, {"type": "null"}], "default": null}, "request_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Request Id"}, "request_page_shape": {"anyOf": [{"$ref": "#/$defs/RequestPageShape"}, {"type": "null"}], "default": null}, "request_shape": {"anyOf": [{"$ref": "#/$defs/RequestShape"}, {"type": "null"}], "default": null}, "retry_state": {"anyOf": [{"$ref": "#/$defs/RetryState"}, {"type": "null"}], "default": null}, "route_family": {"anyOf": [{"$ref": "#/$defs/RouteFamily"}, {"type": "null"}], "default": null}, "share_mode": {"anyOf": [{"$ref": "#/$defs/ShareMode"}, {"type": "null"}], "default": null}, "staged_change_state": {"anyOf": [{"$ref": "#/$defs/StagedChangeState"}, {"type": "null"}], "default": null}, "status_class": {"anyOf": [{"$ref": "#/$defs/StatusClass"}, {"type": "null"}], "default": null}, "surface": {"const": "webui", "title": "Surface", "type": "string"}, "tool_family": {"anyOf": [{"$ref": "#/$defs/ToolFamily"}, {"type": "null"}], "default": null}, "trace_id": {"anyOf": [{"maxLength": 128, "minLength": 1, "type": "string"}, {"type": "null"}], "default": null, "title": "Trace Id"}, "viewport_class": {"anyOf": [{"$ref": "#/$defs/ViewportClass"}, {"type": "null"}], "default": null}, "visibility_mode": {"anyOf": [{"$ref": "#/$defs/VisibilityMode"}, {"type": "null"}], "default": null}, "visible_node_count_bucket": {"anyOf": [{"$ref": "#/$defs/CountBucket"}, {"type": "null"}], "default": null}}, "required": ["surface", "event_family"], "title": "WebNodeWorkspaceBehaviorMetadata", "type": "object"}}');
|
|
145
181
|
//# sourceMappingURL=generatedProductTelemetryContract.js.map
|