You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The attributes are currently not well-specified and there seem to be ways to implement them better before we release the (much more stable) v0.3.
Goals:
Rust structures (with serde) with typed values for known attributes (and a map for user/unknown)
Split Task and DataObject attributes (required by the above, will allow checking in Python and other clients)
Specify a fixed encoding for rich and user-specified values (current proposal: JSON with base64 binary data) (note that non-trivial binary data in attributes are generally discouraged)
The attributes are currently not well-specified and there seem to be ways to implement them better before we release the (much more stable) v0.3.
Goals:
The text was updated successfully, but these errors were encountered: