VocabElementList (JSON)
Representation of a list of VocabElement objects
Properties
| Name |
Type |
Description |
|
| id |
string
|
|
|
| title |
string
|
|
|
| description |
string
|
|
|
| uri |
string
|
|
|
| elements |
array of
VocabElement
|
|
|
Example
{
"id" : "...",
"title" : "...",
"description" : "...",
"uri" : "...",
"elements" : [ {
"id" : "...",
"uri" : "...",
"subclass" : "...",
"type" : "...",
"sortName" : "...",
"labels" : [ {
"lang" : "...",
"value" : "..."
}, {
"lang" : "...",
"value" : "..."
} ],
"descriptions" : [ {
"lang" : "...",
"value" : "..."
}, {
"lang" : "...",
"value" : "..."
} ],
"sublist" : "...",
"position" : 12345
}, {
"id" : "...",
"uri" : "...",
"subclass" : "...",
"type" : "...",
"sortName" : "...",
"labels" : [ {
"lang" : "...",
"value" : "..."
}, {
"lang" : "...",
"value" : "..."
} ],
"descriptions" : [ {
"lang" : "...",
"value" : "..."
}, {
"lang" : "...",
"value" : "..."
} ],
"sublist" : "...",
"position" : 12345
} ]
}