@@ -24,6 +24,7 @@ Provide detailed information about a specific vocabulary entry. The JSON respons
2424 "parent" : " HUMANITIES and RELIGION" ,
2525 "hasChildren" : " true"
2626 },
27+ "source" : " srsc" ,
2728 "type" : " vocabularyEntryDetail" ,
2829 "_links" : {
2930 "self" : {
@@ -48,6 +49,7 @@ Attributes:
4849* display: the preferred value to display for the entry
4950* selectable: in an hierachical vocabulary it could be required to allow the selection only of leaves in the tree
5051* otherInformation: an map of additional string attributes useful to provide more context in the UI for the selection
52+ * source: Authority SOURCE reference
5153
5254Exposed links:
5355* vocabulary: the vocabulary that the entry belong to
@@ -76,7 +78,7 @@ Return codes:
7678Provide detailed information about all top entries of a specific hierarchical vocabulary. The JSON response document is as follow
7779
7880-- this one represent top entries of "srsc" vocabulary
79- ``` json,
81+ ``` json
8082{
8183 "id" : " srsc:SCB11" ,
8284 "value" : " HUMANITIES and RELIGION" ,
@@ -86,6 +88,7 @@ Provide detailed information about all top entries of a specific hierarchical vo
8688 "note" : " HUMANIORA och RELIGIONSVETENSKAP" ,
8789 "hasChildren" : " true"
8890 },
91+ "source" : " srsc" ,
8992 "type" : " vocabularyEntryDetail" ,
9093 "_links" : {
9194 "self" : {
@@ -110,6 +113,7 @@ Provide detailed information about all top entries of a specific hierarchical vo
110113 "note" : " RÄTTSVETENSKAP/JURIDIK" ,
111114 "hasChildren" : " true"
112115 },
116+ "source" : " srsc" ,
113117 "type" : " vocabularyEntryDetail" ,
114118 "_links" : {
115119 "self" : {
@@ -136,6 +140,7 @@ Provide detailed information about all top entries of a specific hierarchical vo
136140 "note" : " TVÄRVETENSKAPLIGA FORSKNINGSOMRÅDEN" ,
137141 "hasChildren" : " true"
138142 },
143+ "source" : " srsc" ,
139144 "type" : " vocabularyEntryDetail" ,
140145 "_links" : {
141146 "self" : {
0 commit comments