Here's a list of different data types supported by Knit
Type | Description |
---|---|
String | Any valid UTF-8 sequence of characters. Example: "Hello there." |
Date | ISO Timestamp of the format yyyy-MM-ddTHH:mm:ss Example: 2022-09-23T13:45:00Z |
List[X] | A list of objects of type X . X can be Text , Date or some other data model. |
Enum | One of a possible set of values. |