Skip to content

Commit bc69d47

Browse files
chore: update AUTHORS, THIRD-PARTY-NOTICES, Security Test Summary
1 parent 55207ce commit bc69d47

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/tracking-plan.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ Generated on Thu, Feb 27, 2025
156156
- [Schema Analysis Cancelled](#event--SchemaAnalysisCancelledEvent)
157157
- [Schema Analyzed](#event--SchemaAnalyzedEvent)
158158
- [Schema Exported](#event--SchemaExportedEvent)
159+
- [Schema Export Failed](#event--SchemaExportFailedEvent)
159160

160161
### Schema Validation
161162
- [Schema Validation Added](#event--SchemaValidationAddedEvent)
@@ -1938,6 +1939,23 @@ This event is fired when user shares the schema.
19381939
- **connection_id** (optional): `string | undefined`
19391940
- The id of the connection associated to this event.
19401941

1942+
<a name="event--SchemaExportFailedEvent"></a>
1943+
1944+
### Schema Export Failed
1945+
1946+
This event is fired when user shares the schema.
1947+
1948+
**Properties**:
1949+
1950+
- **has_schema** (required): `boolean`
1951+
- Indicates whether the schema was analyzed before sharing.
1952+
- **schema_length** (required): `number`
1953+
- **format** (required): `"standardJSON" | "mongoDBJSON" | "extendedJSON" | "legacyJSON"`
1954+
- **stage** (required): `string`
1955+
- **is_compass_web** (optional): `true | undefined`
1956+
- **connection_id** (optional): `string | undefined`
1957+
- The id of the connection associated to this event.
1958+
19411959

19421960
## Schema Validation
19431961

0 commit comments

Comments
 (0)