@paradigma-inc/flywheel 0.1.89 → 0.1.92

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.
Files changed (22) hide show
  1. package/package.json +1 -1
  2. package/skills/flywheel/compute/managed-compute.md +10 -3
  3. package/src/runtime/required-runtime-commands.json +1 -0
  4. package/src/runtime/vendor/flywheel-cli-dist/commands/export-summary-render-pdf.js +2 -46
  5. package/src/runtime/vendor/flywheel-cli-dist/commands/export-summary-render-pdf.js.map +1 -1
  6. package/src/runtime/vendor/flywheel-cli-dist/commands/feedback-create.d.ts +2 -0
  7. package/src/runtime/vendor/flywheel-cli-dist/commands/feedback-create.js +27 -0
  8. package/src/runtime/vendor/flywheel-cli-dist/commands/feedback-create.js.map +1 -0
  9. package/src/runtime/vendor/flywheel-cli-dist/commands/index.js +2 -0
  10. package/src/runtime/vendor/flywheel-cli-dist/commands/index.js.map +1 -1
  11. package/src/runtime/vendor/flywheel-cli-dist/commands/registry/resources.js +51 -3
  12. package/src/runtime/vendor/flywheel-cli-dist/commands/registry/resources.js.map +1 -1
  13. package/src/runtime/vendor/flywheel-cli-dist/commands/utils.d.ts +1 -0
  14. package/src/runtime/vendor/flywheel-cli-dist/commands/utils.js +31 -0
  15. package/src/runtime/vendor/flywheel-cli-dist/commands/utils.js.map +1 -1
  16. package/src/runtime/vendor/flywheel-cli-dist/generatedFeedbackContract.d.ts +41 -0
  17. package/src/runtime/vendor/flywheel-cli-dist/generatedFeedbackContract.js +74 -0
  18. package/src/runtime/vendor/flywheel-cli-dist/generatedFeedbackContract.js.map +1 -0
  19. package/src/runtime/vendor/flywheel-cli-dist/generatedProductTelemetryContract.d.ts +3 -3
  20. package/src/runtime/vendor/flywheel-cli-dist/generatedProductTelemetryContract.js +92 -2
  21. package/src/runtime/vendor/flywheel-cli-dist/generatedProductTelemetryContract.js.map +1 -1
  22. package/src/runtime/vendor/manifest.json +7 -1
@@ -1,19 +1,67 @@
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-05.2";
3
+ export const PRODUCT_TELEMETRY_CONTRACT_VERSION = "2026-05-07.1";
4
4
  export const PRODUCT_TELEMETRY_EVENT_NAMES = [
5
+ "api_client_operation_recorded",
6
+ "api_route_behavior_recorded",
7
+ "cli_command_behavior_recorded",
5
8
  "credits_checkout_started",
9
+ "mcp_tool_behavior_recorded",
6
10
  "message_sent",
7
11
  "node_created",
8
12
  "node_link_disabled",
9
13
  "node_link_enabled",
10
14
  "node_public_disabled",
11
15
  "node_public_enabled",
16
+ "product_demand_signal_recorded",
17
+ "server_workflow_behavior_recorded",
12
18
  "subscription_checkout_started",
13
19
  "user_session_started",
14
20
  "web_app_opened",
15
21
  "web_artifact_payload_batch",
22
+ "web_artifact_payload_failed",
23
+ "web_artifact_payload_loaded",
24
+ "web_artifact_payload_retried",
25
+ "web_artifact_section_opened",
26
+ "web_artifact_unrenderable_seen",
27
+ "web_asset_deleted",
28
+ "web_asset_note_saved",
29
+ "web_asset_operation_failed",
30
+ "web_asset_panel_opened",
31
+ "web_asset_uploaded",
32
+ "web_collaboration_action_completed",
33
+ "web_collaboration_action_failed",
34
+ "web_graph_layout_changed",
35
+ "web_graph_load_failed",
36
+ "web_graph_loaded",
37
+ "web_graph_mutation_completed",
38
+ "web_graph_mutation_failed",
39
+ "web_graph_mutation_started",
40
+ "web_graph_node_focused",
41
+ "web_graph_opened",
42
+ "web_graph_partial_notice_shown",
43
+ "web_graph_search_changed",
44
+ "web_graph_search_empty",
45
+ "web_node_closed",
46
+ "web_node_edit_cancelled",
47
+ "web_node_edit_failed",
48
+ "web_node_edit_saved",
49
+ "web_node_edit_started",
50
+ "web_node_hydration_completed",
51
+ "web_node_hydration_failed",
52
+ "web_node_lease_acquired",
53
+ "web_node_lease_failed",
54
+ "web_node_lease_heartbeat_failed",
55
+ "web_node_lease_released",
56
+ "web_node_opened",
57
+ "web_node_stage_committed",
58
+ "web_node_stage_created",
59
+ "web_node_stage_discarded",
60
+ "web_node_stage_failed",
61
+ "web_node_stage_rebased",
16
62
  "web_settings_opened",
63
+ "web_temp_node_commit_completed",
64
+ "web_temp_node_commit_failed",
17
65
  ];
18
66
  export const PRODUCT_TELEMETRY_SURFACES = [
19
67
  "api",
@@ -26,7 +74,49 @@ export const PRODUCT_TELEMETRY_SURFACES = [
26
74
  export const WEBUI_PRODUCT_TELEMETRY_EVENT_NAMES = [
27
75
  "web_app_opened",
28
76
  "web_artifact_payload_batch",
77
+ "web_artifact_payload_failed",
78
+ "web_artifact_payload_loaded",
79
+ "web_artifact_payload_retried",
80
+ "web_artifact_section_opened",
81
+ "web_artifact_unrenderable_seen",
82
+ "web_asset_deleted",
83
+ "web_asset_note_saved",
84
+ "web_asset_operation_failed",
85
+ "web_asset_panel_opened",
86
+ "web_asset_uploaded",
87
+ "web_collaboration_action_completed",
88
+ "web_collaboration_action_failed",
89
+ "web_graph_layout_changed",
90
+ "web_graph_load_failed",
91
+ "web_graph_loaded",
92
+ "web_graph_mutation_completed",
93
+ "web_graph_mutation_failed",
94
+ "web_graph_mutation_started",
95
+ "web_graph_node_focused",
96
+ "web_graph_opened",
97
+ "web_graph_partial_notice_shown",
98
+ "web_graph_search_changed",
99
+ "web_graph_search_empty",
100
+ "web_node_closed",
101
+ "web_node_edit_cancelled",
102
+ "web_node_edit_failed",
103
+ "web_node_edit_saved",
104
+ "web_node_edit_started",
105
+ "web_node_hydration_completed",
106
+ "web_node_hydration_failed",
107
+ "web_node_lease_acquired",
108
+ "web_node_lease_failed",
109
+ "web_node_lease_heartbeat_failed",
110
+ "web_node_lease_released",
111
+ "web_node_opened",
112
+ "web_node_stage_committed",
113
+ "web_node_stage_created",
114
+ "web_node_stage_discarded",
115
+ "web_node_stage_failed",
116
+ "web_node_stage_rebased",
29
117
  "web_settings_opened",
118
+ "web_temp_node_commit_completed",
119
+ "web_temp_node_commit_failed",
30
120
  ];
31
121
  export const WEBUI_NODE_WORKFLOW_FAMILIES = [
32
122
  "artifacts",
@@ -51,5 +141,5 @@ export const WEBUI_NODE_WORKFLOW_FAMILIES = [
51
141
  "tags",
52
142
  "timeline_layout",
53
143
  ];
54
- export const PRODUCT_TELEMETRY_METADATA_SCHEMAS = JSON.parse('{"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"}, "message_sent": {"$defs": {"Outcome": {"enum": ["success", "failure", "cancelled"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["analytics", "auth", "credits", "nodes", "settings"], "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"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["analytics", "auth", "credits", "nodes", "settings"], "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"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["analytics", "auth", "credits", "nodes", "settings"], "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"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["analytics", "auth", "credits", "nodes", "settings"], "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"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["analytics", "auth", "credits", "nodes", "settings"], "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"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["analytics", "auth", "credits", "nodes", "settings"], "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"}, "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"], "title": "Outcome", "type": "string"}, "RouteFamily": {"enum": ["analytics", "auth", "credits", "nodes", "settings"], "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": ["analytics", "auth", "credits", "nodes", "settings"], "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_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_settings_opened": {"$defs": {"SettingsSurface": {"enum": ["profile_menu"], "title": "SettingsSurface", "type": "string"}}, "additionalProperties": false, "properties": {"surface": {"$ref": "#/$defs/SettingsSurface"}}, "required": ["surface"], "title": "WebSettingsOpenedMetadata", "type": "object"}}');
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"}}');
55
145
  //# sourceMappingURL=generatedProductTelemetryContract.js.map