Skip to content

Commit 0338996

Browse files
committed
Update tracking plan
1 parent f84b833 commit 0338996

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

docs/tracking-plan.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Compass Tracking Plan
33

4-
Generated on Sun, Oct 20, 2024 at 03:17 AM
4+
Generated on Tue, Oct 22, 2024 at 07:21 PM
55

66
## Table of Contents
77

@@ -148,6 +148,7 @@ Generated on Sun, Oct 20, 2024 at 03:17 AM
148148

149149
### Schema
150150
- [Schema Analyzed](#event--SchemaAnalyzedEvent)
151+
- [Schema Shared](#event--SchemaSharedEvent)
151152

152153
### Schema Validation
153154
- [Schema Validation Added](#event--SchemaValidationAddedEvent)
@@ -1801,6 +1802,25 @@ This event is fired when user analyzes the schema.
18011802
- **connection_id** (optional): `string | undefined`
18021803
- The id of the connection associated to this event.
18031804

1805+
<a name="event--SchemaSharedEvent"></a>
1806+
1807+
### Schema Shared
1808+
1809+
This event is fired when user shares the schema.
1810+
1811+
**Properties**:
1812+
1813+
- **has_schema** (required): `boolean`
1814+
- Indicates whether the schema was analyzed before sharing.
1815+
- **schema_width** (required): `number`
1816+
- The number of fields at the top level.
1817+
- **schema_depth** (required): `number`
1818+
- The number of nested levels.
1819+
- **geo_data** (required): `boolean`
1820+
- Indicates whether the schema contains geospatial data.
1821+
- **connection_id** (optional): `string | undefined`
1822+
- The id of the connection associated to this event.
1823+
18041824

18051825
## Schema Validation
18061826

0 commit comments

Comments
 (0)