Skip to content

Commit 33c7ec3

Browse files
Update create.md
1 parent a35e572 commit 33c7ec3

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
@@ -160,6 +160,9 @@ To edit the common JSON schema using the Public API, you'll need to add your new
160160
> info ""
161161
> [Negative lookahead regexes (`?!`)](https://www.regular-expressions.info/lookaround.html) aren't supported. This means you can't use regex to prevent matches with a specific following character or expression. But, you can use `not` in the regex of your JSON schema to generate violations when a property key or value doesn't match the provided regex pattern.
162162
163+
> info ""
164+
> **Specifyig data type:** Property or trait data type should adhere to the data types defined by JSON schema [data types defined by JSON schema](https://json-schema.org/understanding-json-schema/reference/type.html). 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) (for example: "format": "date-time").
165+
163166
### Extend the Tracking Plan
164167
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.
165168

0 commit comments

Comments
 (0)