DatasourceValue (option list value)
Note
Datasources are currently known as Option lists, but the renaming hasn't been fully applied yet.
Parameters
Parameter |
Type |
Description |
---|---|---|
|
String |
The name of the option list item. Because it is used as an identifier, this needs to be unique. |
|
The canonical name and possible other translated values | |
|
Array.< |
Optional, contains nested option list items |
Examples
RequestResponse
{
"identifier" : "Bread",
"labels": {
"en-US": "Bread",
"nl-BE": "Brood"
},
"values" : []
}