A generic object allowing to define a {key:value} pair.
Attributes
Section titled “Attributes”name
- Type:
string_t - Requirement: required
The name of the key.
value
- Type:
string_t - Requirement: optional
The value associated to the key.
values
- Type:
string_t - Requirement: optional
Optional, the values associated to the key. You can populate this attribute, when you have multiple values for the same key.
Constraints
Section titled “Constraints”At least one of: value, values