VocabElement (JSON)
Representation of a vocabulary element
Properties
| Name |
Type |
Description |
|
| id |
string
|
|
|
| uri |
string
|
|
|
| subclass |
string
|
|
|
| type |
string
|
|
|
| sortName |
string
|
|
|
| labels |
array of
TextValue
|
|
|
| descriptions |
array of
TextValue
|
|
|
| sublist |
string
|
|
|
| position |
number
|
|
|
Example
{
"id" : "...",
"uri" : "...",
"subclass" : "...",
"type" : "...",
"sortName" : "...",
"labels" : [ {
"lang" : "...",
"value" : "..."
}, {
"lang" : "...",
"value" : "..."
} ],
"descriptions" : [ {
"lang" : "...",
"value" : "..."
}, {
"lang" : "...",
"value" : "..."
} ],
"sublist" : "...",
"position" : 12345
}