Skip to content

Commit 9df0ae0

Browse files
authored
Schema validated against version 1 of Tracking Plan faq.md
1 parent 1e7a0ab commit 9df0ae0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/protocols/faq.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,11 @@ Segment's [Schema Controls](docs/connections/sources/schema/destination-data-con
154154
2. **Standard Schema Controls/"JSON Schema Violations"**: Segment checks the names and evaluates the values of properties/traits. This is useful if you've specified a pattern or a list of acceptable values in the [JSON schema](/docs/protocols/tracking-plan/create/#edit-underlying-json-schema) for each Track event listed in the Tracking Plan.
155155
3. **Advanced Blocking Controls/"Common JSON Schema Violations"**: Segment evaluates incoming events thoroughly, including event names, context field names and values, and the names and values of properties/traits, against the [Common JSON schema](/docs/protocols/tracking-plan/create/#common-json-schema) in your Tracking Plan.
156156

157+
158+
### Why am I still seeing unplanned properties within the source Schema, when the properties have been added to newer versions of the Tracking Plan?
159+
160+
The schema will only validate events against the oldest event version that exists in the tracking plan, so if you have version 1 and version 2, the schema page will only check the tracking plan against version 1.
161+
157162
### Do blocked and discarded events count towards my MTU counts?
158163

159164
Blocking events within a [Source Schema](/docs/connections/sources/schema/) or [Tracking Plan](/docs/protocols/tracking-plan/create/) excludes them from API call and MTU calculations, as the events are discarded before they reach the pipeline that Segment uses for calculations.

0 commit comments

Comments
 (0)