AttributeChange
A single attribute value change at a point in time.
Used as Input
0
functions accept this type
Used as Output
0
functions return this type(+1 nested)
Type Definition
8 nested items
struct— A single attribute value change at a point in time.
time*:DateTime— Timestamp of the change.
variant 1:i64— Integer
variant 2:f64— Float
variant 3:bool— Boolean
variant 4:DateTime—
DateTimevariant 5:String— String
variant 6:()— Placeholder for invalid values
Example JSON Value
{
"time": "2020-01-01T10:30:00Z",
"value": 1
}