v0.0.4b
Annotation Field
Jan 1, 2026
Fields
Type: ANNOTATION
A structured field for storing annotations with value, timestamp, and status metadata.
Properties
Dimensions: Supports scalar (single annotation) or array (multiple annotations)
Required: Can be set conditionally based on expressions
Data Structure
Each annotation must contain exactly three keys:
Validation
Must be a dictionary with exactly three keys:
value,lastUpdated,statusNo additional keys allowed
lastUpdatedmust be a string (ISO datetime format)statusmust be a stringvaluecan be any typeWhen multidimensional, each item in the array is validated
Use Cases
Review comments with timestamps
Feedback tracking
Change annotations
Status updates with history
Collaborative notes
Version comments