Skip to content

Commit 61505ea

Browse files
chore: update AUTHORS, THIRD-PARTY-NOTICES, Security Test Summary
1 parent 95dee2c commit 61505ea

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

THIRD-PARTY-NOTICES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The following third-party software is used by and included in **Mongodb Compass**.
2-
This document was automatically generated on Mon Mar 10 2025.
2+
This document was automatically generated on Tue Mar 11 2025.
33

44
## List of dependencies
55

docs/tracking-plan.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
> the tracking plan for the specific Compass version you can use the following
88
> URL: `https://github.com/mongodb-js/compass/blob/<compass version>/docs/tracking-plan.md`
99
10-
Generated on Mon, Mar 10, 2025
10+
Generated on Tue, Mar 11, 2025
1111

1212
## Table of Contents
1313

@@ -1982,32 +1982,32 @@ This event is fired when user edits validation rules (without saving them).
19821982

19831983
<a name="event--SchemaValidationUpdatedEvent"></a>
19841984

1985-
### Schema Validation Generated
1985+
### Schema Validation Updated
19861986

1987-
This event is fired when user generates validation rules.
1987+
This event is fired when user saves validation rules.
19881988

19891989
**Properties**:
19901990

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.
19911995
- **is_compass_web** (optional): `true | undefined`
19921996
- **connection_id** (optional): `string | undefined`
19931997
- 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.
19991998

1999+
<a name="event--SchemaValidationGeneratedEvent"></a>
20002000

2001-
### Schema Validation Updated
2001+
### Schema Validation Generated
20022002

2003-
This event is fired when user saves validation rules.
2003+
This event is fired when user generates validation rules.
20042004

20052005
**Properties**:
20062006

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.
20112011
- **is_compass_web** (optional): `true | undefined`
20122012
- **connection_id** (optional): `string | undefined`
20132013
- The id of the connection associated to this event.

0 commit comments

Comments
 (0)