diff --git a/loterre-resolvers/v1/JVR/identify.ini b/loterre-resolvers/v1/JVR/identify.ini index 0f99cd6..3d1d99f 100644 --- a/loterre-resolvers/v1/JVR/identify.ini +++ b/loterre-resolvers/v1/JVR/identify.ini @@ -4,29 +4,22 @@ post.description = Associer des termes au vocabulaire Loterre correspondant - https://skosmos.loterre.fr/JVR/fr/ (MeSH) post.summary = verbalisation à partir d'un tableau d'objets avec à minima un champ value contenant des termes post.tags.0 = loterre-resolvers +post.requestBody.content.application/json.example.0.id = 1 post.requestBody.content.application/json.example.0.value = Olfactory Bulb -post.requestBody.content.application/json.example.1.value = Frontal lobe +post.requestBody.content.application/json.example.1.id = 2 +post.requestBody.content.application/json.example.1.value = Frontal Lobe +post.requestBody.content.application/json.example.2.id = 3 post.requestBody.content.application/json.example.2.value = Neuroglia -post.responses.default.content.application/json.example.0.value.id = olfactorybulb -post.responses.default.content.application/json.example.0.value.about = http://data.loterre.fr/ark:/67375/JVR-MDG0PZBW-N -post.responses.default.content.application/json.example.0.value.prefLabelfr = Bulbe olfactif -post.responses.default.content.application/json.example.0.value.prefLabelen = Olfactory bulb -post.responses.default.content.application/json.example.0.value.localizationen.0 = Telencephalon -post.responses.default.content.application/json.example.0.value.localizationfr.0 = Télencéphale -post.responses.default.content.application/json.example.1.value.id = frontallobe -post.responses.default.content.application/json.example.1.value.about = http://data.loterre.fr/ark:/67375/JVR-SLFCVTRT-4 -post.responses.default.content.application/json.example.1.value.prefLabelfr = Lobe frontal -post.responses.default.content.application/json.example.1.value.prefLabelen = Frontal lobe -post.responses.default.content.application/json.example.1.value.localizationen.0 = Cerebral Cortex -post.responses.default.content.application/json.example.1.value.localizationfr.0 = Cortex cérébral -post.responses.default.content.application/json.example.2.value.id = neuroglia -post.responses.default.content.application/json.example.2.value.about = http://data.loterre.fr/ark:/67375/JVR-FSZSV6WW-5 -post.responses.default.content.application/json.example.2.value.prefLabelfr = Névroglie -post.responses.default.content.application/json.example.2.value.prefLabelen = Neuroglia -post.responses.default.content.application/json.example.2.value.localizationen.0 = Cells -post.responses.default.content.application/json.example.2.value.localizationfr.0 = Cellules +post.requestBody.content.application/json.schema.$ref = #/components/schemas/JSONStream +post.requestBody.required = true +post.responses.default.content.application/json.example.0.id = 1 +post.responses.default.content.application/json.example.0.value = {...} +post.responses.default.content.application/json.example.1.id = 2 +post.responses.default.content.application/json.example.1.value = {...} +post.responses.default.content.application/json.example.2.id = 3 +post.responses.default.content.application/json.example.2.value = {...} post.responses.default.content.application/json.schema.$ref = #/components/schemas/JSONStream -post.responses.default.description = Les concept SKOS en JSON +post.responses.default.description = Les prefixes DOI en verion textuel post.parameters.0.description = Indenter le JSON résultant post.parameters.0.in = query post.parameters.0.name = indent