@@ -71,13 +71,13 @@ module.exports = {
7171 "id" : "P123" ,
7272 "display-label" : { "language" : "en" , "value" : "taxon name" } ,
7373 "description" : { "language" : "en" , "value" : "scientific name of a taxon" } ,
74- "match" : { "type" : "label" , "language" : "en" , "text" : "taxon" }
74+ "match" : { "type" : "label" , "language" : "en" , "text" : "taxon name " }
7575 } ,
7676 {
7777 "id" : "P234" ,
7878 "display-label" : { "language" : "en" , "value" : "taxon rank" } ,
7979 "description" : { "language" : "en" , "value" : "level in a taxonomic hierarchy" } ,
80- "match" : { "type" : "label" , "language" : "en" , "text" : "taxon" }
80+ "match" : { "type" : "label" , "language" : "en" , "text" : "taxon rank " }
8181 }
8282 ]
8383 }
@@ -108,4 +108,28 @@ module.exports = {
108108 }
109109 }
110110 } ,
111+ "SuggestPropertySuccess" : {
112+ "description" : "A list of search results" ,
113+ "content" : {
114+ "application/json" : {
115+ "schema" : schemaParts . SearchPropertyResultList ,
116+ "example" : {
117+ "results" : [
118+ {
119+ "id" : "P123" ,
120+ "display-label" : { "language" : "en" , "value" : "taxon name" } ,
121+ "description" : { "language" : "en" , "value" : "scientific name of a taxon" } ,
122+ "match" : { "type" : "label" , "language" : "en" , "text" : "taxon name" }
123+ } ,
124+ {
125+ "id" : "P234" ,
126+ "display-label" : { "language" : "en" , "value" : "taxon rank" } ,
127+ "description" : { "language" : "en" , "value" : "level in a taxonomic hierarchy" } ,
128+ "match" : { "type" : "label" , "language" : "en" , "text" : "taxon rank" }
129+ }
130+ ]
131+ }
132+ }
133+ }
134+ } ,
111135} ;
0 commit comments