Skip to content

Commit 10f39e8

Browse files
Add details on blocking data using JSON Schema
Adding a quick warning message about the type of connection mode thats supported when looking to block data with JSON Schema.
1 parent 8bd7588 commit 10f39e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/protocols/tracking-plan/create.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,9 @@ To edit the common JSON schema using the Public API, you'll need to add your new
174174
> info "Specifying data type"
175175
> Property or trait data type should adhere to the [data types defined by JSON schema](https://json-schema.org/understanding-json-schema/reference/type.html){:target="_blank”}. Data type names must be lower-cased as specified in JSON schema. Datetime properties should be represented as a `string` type with [`format` keyword](https://json-schema.org/understanding-json-schema/reference/string.html#format){:target="_blank”} (for example: "format": "date-time").
176176
177+
> info "Blocking data"
178+
> JSON schema violation event blocking is ONLY supported in cloud-mode Destinations. See [here](https://segment.com/docs/protocols/enforce/schema-configuration/){:target="_blank”} for more information on blocking data.
179+
177180
### Extend the Tracking Plan
178181
Some customers prefer to manage the Tracking Plan with outside tools and resources. See the [APIs and extensions](/docs/protocols/apis-and-extensions/) section to learn more.
179182

0 commit comments

Comments
 (0)