ApiMapEntry Data Model

Models a map entry, with a key and a value. By forming a list of these entries you can have the equivalent of Map<String, String> (since JAX-B doesn't support maps).

Properties
name data type description
key string
value string

Example

{
  "key" : "...",
  "value" : "..."
}