Skip to content

Commit

Permalink
Merge pull request #5522 from segmentio/prigiattiperrut-patch-2
Browse files Browse the repository at this point in the history
Add details on blocking data using JSON Schema
  • Loading branch information
forstisabella authored Oct 12, 2023
2 parents 5491641 + 3797c51 commit 73c9342
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/protocols/tracking-plan/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ To edit the common JSON schema using the Public API, you'll need to add your new
> info "Specifying data type"
> 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").
> info "Blocking data"
> JSON schema violation event blocking is **only** supported in cloud-mode Destinations. See [the Customize your schema controls docs](/docs/protocols/enforce/schema-configuration/) for more information on blocking data.
### Extend the Tracking Plan
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.

Expand Down

0 comments on commit 73c9342

Please sign in to comment.