Skip to content

Commit 6756961

Browse files
authored
Update schema-configuration.md
- Added clarification: after editing JSON schema, you'll need to trigger an identify event
1 parent 585b80a commit 6756961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/protocols/enforce/schema-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ Setting this dropdown to Omit Traits will ensure that traits not defined in your
6161
**IMPORTANT: Unplanned identify trait blocking is ONLY supported in cloud-mode Destinations. Events with invalid traits will not be blocked from sending to device-mode Destinations.**
6262

6363
## Identify Calls - Common JSON Schema Violations
64-
To block _unplanned_ `identify` calls in your Schema Configuration, go to **Advanced Blocking Controls** and choose Block Events from the dropdown. Next, you will need to [edit the underlying JSON schema](https://segment.com/docs/protocols/tracking-plan/create/#edit-underlying-json-schema) and add a rule to the Common JSON Schema definition that you know won't exisit in your `identify` events. Any `identify` event that generates a common JSON schema violation will be blocked.
64+
To block _unplanned_ `identify` calls, go to your **Schema Configuration**, then go to **Advanced Blocking Controls** and choose Block Events from the dropdown. Next, you will need to [edit the underlying JSON schema](https://segment.com/docs/protocols/tracking-plan/create/#edit-underlying-json-schema) and add a rule to the Common JSON Schema definition that you know won't exisit in your `identify` events and then trigger an `identify` event. Any `identify` event that generates a common JSON schema violation will be blocked.
6565

0 commit comments

Comments
 (0)