|
7 | 7 | > the tracking plan for the specific Compass version you can use the following |
8 | 8 | > URL: `https://github.com/mongodb-js/compass/blob/<compass version>/docs/tracking-plan.md` |
9 | 9 |
|
10 | | -Generated on Mon, Mar 10, 2025 |
| 10 | +Generated on Tue, Mar 11, 2025 |
11 | 11 |
|
12 | 12 | ## Table of Contents |
13 | 13 |
|
@@ -1982,32 +1982,32 @@ This event is fired when user edits validation rules (without saving them). |
1982 | 1982 |
|
1983 | 1983 | <a name="event--SchemaValidationUpdatedEvent"></a> |
1984 | 1984 |
|
1985 | | -### Schema Validation Generated |
| 1985 | +### Schema Validation Updated |
1986 | 1986 |
|
1987 | | -This event is fired when user generates validation rules. |
| 1987 | +This event is fired when user saves validation rules. |
1988 | 1988 |
|
1989 | 1989 | **Properties**: |
1990 | 1990 |
|
| 1991 | +- **validation_action** (required): `"error" | "warn"` |
| 1992 | + - The validation action passed to the driver. |
| 1993 | +- **validation_level** (required): `"off" | "moderate" | "strict"` |
| 1994 | + - The level of schema validation passed to the driver. |
1991 | 1995 | - **is_compass_web** (optional): `true | undefined` |
1992 | 1996 | - **connection_id** (optional): `string | undefined` |
1993 | 1997 | - The id of the connection associated to this event. |
1994 | | -- **variable_type_count** (required): `number` |
1995 | | - - The count of fields with multiple types in the generated schema (not counting undefined). |
1996 | | -This is only calculated for the top level fields, not nested fields and arrays. |
1997 | | -- **optional_field_count** (required): `number` |
1998 | | - - The count of fields that don't appear on all documents. This is only calculated for the top level fields, not nested fields and arrays. |
1999 | 1998 |
|
| 1999 | +<a name="event--SchemaValidationGeneratedEvent"></a> |
2000 | 2000 |
|
2001 | | -### Schema Validation Updated |
| 2001 | +### Schema Validation Generated |
2002 | 2002 |
|
2003 | | -This event is fired when user saves validation rules. |
| 2003 | +This event is fired when user generates validation rules. |
2004 | 2004 |
|
2005 | 2005 | **Properties**: |
2006 | 2006 |
|
2007 | | -- **validation_action** (required): `"error" | "warn"` |
2008 | | - - The validation action passed to the driver. |
2009 | | -- **validation_level** (required): `"off" | "moderate" | "strict"` |
2010 | | - - The level of schema validation passed to the driver. |
| 2007 | +- **variable_type_count** (required): `number` |
| 2008 | +- **optional_field_count** (required): `number` |
| 2009 | + - The count of fields that don't appear on all documents. |
| 2010 | +This is only calculated for the top level fields, not nested fields and arrays. |
2011 | 2011 | - **is_compass_web** (optional): `true | undefined` |
2012 | 2012 | - **connection_id** (optional): `string | undefined` |
2013 | 2013 | - The id of the connection associated to this event. |
|
0 commit comments