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
Currently label value types can include INT32, UINT32, UINT64, and FLOAT32 values, but the spec states that:
An Attribute MUST have the following properties:
...
The attribute value, which is either:
* A primitive type: string, boolean, double precision floating point (IEEE 754-1985) or signed 64 bit integer.
* An array of primitive type values. The array MUST be homogeneous, i.e. it MUST NOT contain values of different types.
Should we remove the extra values that are not compliant?
The text was updated successfully, but these errors were encountered:
Currently label value types can include
INT32
,UINT32
,UINT64
, andFLOAT32
values, but the spec states that:Should we remove the extra values that are not compliant?
The text was updated successfully, but these errors were encountered: