entry

entry
entry

A pair of a Key and its associated Value(s) stored in the system

JSON Example
{
    "key": "string",
    "values": [
        "string"
    ]
}
string
key
Required

Key of the (Key,Value) Pair

array of string
values
Optional

Collection of the Values associated with the Key