Skip to content

Commit

Permalink
Update tracking plan
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen committed Oct 22, 2024
1 parent 79d3e19 commit cafa077
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion docs/tracking-plan.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Compass Tracking Plan

Generated on Tue, Oct 22, 2024 at 04:10 PM
Generated on Tue, Oct 22, 2024 at 07:21 PM

## Table of Contents

Expand Down Expand Up @@ -148,6 +148,7 @@ Generated on Tue, Oct 22, 2024 at 04:10 PM

### Schema
- [Schema Analyzed](#event--SchemaAnalyzedEvent)
- [Schema Shared](#event--SchemaSharedEvent)

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

<a name="event--SchemaSharedEvent"></a>

### Schema Shared

This event is fired when user shares the schema.

**Properties**:

- **has_schema** (required): `boolean`
- Indicates whether the schema was analyzed before sharing.
- **schema_width** (required): `number`
- The number of fields at the top level.
- **schema_depth** (required): `number`
- The number of nested levels.
- **geo_data** (required): `boolean`
- Indicates whether the schema contains geospatial data.
- **connection_id** (optional): `string | undefined`
- The id of the connection associated to this event.


## Schema Validation

Expand Down

0 comments on commit cafa077

Please sign in to comment.