Types

TypeExampleDescription
Boolean trueAn RFC7159 JSON boolean value.
String titleAn RFC7159 JSON string value.
Integer819789556An integer value formatted as an RFC7159 JSON number value.
DateTime 2022-09-20T14:10:23ZThe date formatted as an RFC7159 timestamp string in the UTC time zone.
Timestamp1605732868411Number of milliseconds since the Unix epoch (January 1, 1970 in the UTC timezone).
UUID 359b316b-667d-49d5-984a-c39ecae5b8irA universally unique identifier (UUID) in the canonical textual representation format.
URI https://app.marq.com/projects/edit/359b316b-667d-49d5-984a-c39ecae5b8irA uniform resource identifier (URI) as defined in RFC7159.
Array ["in progress"] or [1, 2, 3]An array of values of other primitive types.