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 OT Spec states one of the valid AttributeValue types are:
An array of primitive type values. The array MUST be homogeneous, i.e. it MUST NOT contain values of different types.
This change updates the AttributeValue type to include homogeneous sequences of str, bool, int, and float
0 commit comments