Data Types

Here's a list of different data types supported by Knit

TypeDescription
StringAny valid UTF-8 sequence of characters.

Example: "Hello there."
DateISO 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.
EnumOne of a possible set of values.