Labels

An object containing a list of "key": value pairs where the values are a primitive data type.

Example: { "name": "bob", "age": 55, "isMember": true }. Label keys can be expressed as URI paths, which means you can represent one or more complex entities within a label object. Example: { "/user/name": "bob", "/user/age": 55, "/user/profile/isMember": true }.

LabelDescriptor

Describes a "key": value pair within a Labels object. Label descriptors are used to validate and serialize data.

Last updated