The following objects are directly related to the valuemap API.
The value map object has the following properties.
| Property | Type | Description | 
|---|---|---|
| valuemapid | string | (readonly) ID of the value map. | 
| name (required)  | 
       string | Name of the value map. | 
| mappings (required)  | 
       array | Value mappings for current value map. The mapping object is described in detail below. | 
The value mappings object defines value mappings of the value map. It has the following properties.
| Property | Type | Description | 
|---|---|---|
| value (required)  | 
       string | Original value. | 
| newvalue (required)  | 
       string | Value to which the original value is mapped to. |