Skip to content

Commit 95e541b

Browse files
committed
Add null value to data types doc in protocols
1 parent 7ae058f commit 95e541b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/protocols/tracking-plan/create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The Tracking Plan editor is organized as a spreadsheet to help you add new even
106106
| Name | Specify the name of your event or property. |
107107
| Description | Enter a description for your event or property. These descriptions are helpful for both engineers instrumenting Segment and consumers of the data. |
108108
| Status | Specify whether a property is required or optional. You can't require a Track call because Segment is unable to verify when a Track call should be fired. |
109-
| Data Type | Specify the data type of the property. Data type options include `any, array, object, boolean, integer, number, string, Date time`. Note: Date time is required to be in ISO-8601 format |
109+
| Data Type | Specify the data type of the property. Data type options include `any, array, object, boolean, integer, number, string, null, Date time`. Note: Date time is required to be in ISO-8601 format |
110110
| Permitted Values | Enter simple regular expressions to validate property values. This works when a property data type is set to `string`. For example, you can add pipe delimited strings to the regex column to generate violations when a property value does not match fall, winter or spring. |
111111

112112
> info ""

0 commit comments

Comments
 (0)