ValueTypeStringArray
key stringrequired
The key
Possible values: non-empty
and <= 100 characters
Example:
test_key
type stringrequired
The type of the value
Possible values: [string-array
]
value string[]required
The value
Possible values: >= 1
, <= 150
ValueTypeStringArray
{
"key": "test_key",
"type": "string-array",
"value": [
"string"
]
}