> Value map object

The following objects are directly related to the valuemap API.

Value map

The value map object has the following properties.

PropertyTypeDescription
valuemapidstring(readonly) ID of the value map.
name
(required)
stringName of the value map.
mappings
(required)
arrayValue mappings for current value map. The mapping object is described in detail below.

Value mappings

The value mappings object defines value mappings of the value map. It has the following properties.

PropertyTypeDescription
value
(required)
stringOriginal value.
newvalue
(required)
stringValue to which the original value is mapped to.