ValueTypeString
key stringrequired
The key
Possible values: non-empty
and <= 100 characters
Example:
test_key
type stringrequired
The type of the value
Possible values: [string
]
value stringrequired
The value
Example:
The value of test_key
ValueTypeString
{
"key": "test_key",
"type": "string",
"value": "The value of test_key"
}