diff --git a/loterre-resolvers/v1/3JP/identify.ini b/loterre-resolvers/v1/3JP/identify.ini index b0d7e54..e3fd13c 100644 --- a/loterre-resolvers/v1/3JP/identify.ini +++ b/loterre-resolvers/v1/3JP/identify.ini @@ -4,23 +4,22 @@ post.description = Associer des termes au vocabulaire Loterre correspondant - https://skosmos.loterre.fr/3JP/fr/ 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 = academism +post.requestBody.content.application/json.example.1.id = 2 post.requestBody.content.application/json.example.1.value = illiteracy +post.requestBody.content.application/json.example.2.id = 3 post.requestBody.content.application/json.example.2.value = altruism -post.responses.default.content.application/json.example.0.value.id = abstraction -post.responses.default.content.application/json.example.0.value.about = http://data.loterre.fr/ark:/67375/3JP-TP30DRV5-J -post.responses.default.content.application/json.example.0.value.prefLabelfr = académisme -post.responses.default.content.application/json.example.0.value.prefLabelen = academism -post.responses.default.content.application/json.example.1.value.id = illiteracy -post.responses.default.content.application/json.example.1.value.about = http://data.loterre.fr/ark:/67375/3JP-W52HC098-H -post.responses.default.content.application/json.example.1.value.prefLabelfr = analphabétisme -post.responses.default.content.application/json.example.1.value.prefLabelen = illiteracy -post.responses.default.content.application/json.example.2.value.id = altruism -post.responses.default.content.application/json.example.2.value.about = http://data.loterre.fr/ark:/67375/3JP-WWXKVTCF-4 -post.responses.default.content.application/json.example.2.value.prefLabelfr = altruisme -post.responses.default.content.application/json.example.2.value.prefLabelen = altruism +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 diff --git a/loterre-resolvers/v1/73G/identify.ini b/loterre-resolvers/v1/73G/identify.ini index 0b4a81a..20a4878 100644 --- a/loterre-resolvers/v1/73G/identify.ini +++ b/loterre-resolvers/v1/73G/identify.ini @@ -1,42 +1,41 @@ # OpenAPI Documentation - JSON format (dot notation) - mimeType = application/json - post.operationId = post-v1-73G-identify - post.description = Associer des termes au vocabulaire Loterre correspondant - https://skosmos.loterre.fr/73G/fr/ - 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.value = absolutism - post.requestBody.content.application/json.example.1.value = anachronism - post.requestBody.content.application/json.example.2.value = casuistry - post.responses.default.content.application/json.example.0.value.id = absolutism - post.responses.default.content.application/json.example.0.value.about = http://data.loterre.fr/ark:/67375/73G-ZS21MS38-P - post.responses.default.content.application/json.example.0.value.prefLabelfr = absolutisme - post.responses.default.content.application/json.example.0.value.prefLabelen = absolutism - post.responses.default.content.application/json.example.1.value.id = anachronism - post.responses.default.content.application/json.example.1.value.about = http://data.loterre.fr/ark:/67375/73G-D754K4ZD-H - post.responses.default.content.application/json.example.1.value.prefLabelfr = analphabétisme - post.responses.default.content.application/json.example.1.value.prefLabelen = anachronism - post.responses.default.content.application/json.example.2.value.id = casuistry - post.responses.default.content.application/json.example.2.value.about = http://data.loterre.fr/ark:/67375/73G-Q32SPM6W-7 - post.responses.default.content.application/json.example.2.value.prefLabelfr = casuistique - post.responses.default.content.application/json.example.2.value.prefLabelen = casuistry - post.responses.default.content.application/json.schema.$ref = #/components/schemas/JSONStream - post.responses.default.description = Les concept SKOS en JSON - post.parameters.0.description = Indenter le JSON résultant - post.parameters.0.in = query - post.parameters.0.name = indent - post.parameters.0.schema.type = boolean - [delegate] - file = ./v1/73G.cfg - [delegate] - file = ./v1/process.cfg - [swing] - test = get('value').isObject() - [swing/replace] - path = value.about - value = get('value.rdf$about') - path = value.prefLabel@fr - value = get('value.skos$prefLabel').filter(y => (y.xml$lang === 'fr')).map(x => x.xml$t).shift() - path = value.prefLabel@en - value = get('value.skos$prefLabel').filter(y => (y.xml$lang === 'en')).map(x => x.xml$t).shift() - [delegate] - file = ./v1/send.cfg +mimeType = application/json +post.operationId = post-v1-73G-identify +post.description = Associer des termes au vocabulaire Loterre correspondant - https://skosmos.loterre.fr/73G/fr/ (Philosophie) +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 = absolutism +post.requestBody.content.application/json.example.1.id = 2 +post.requestBody.content.application/json.example.1.value = anachronism +post.requestBody.content.application/json.example.2.id = 3 +post.requestBody.content.application/json.example.2.value = casuistry +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 prefixes DOI en verion textuel +post.parameters.0.description = Indenter le JSON résultant +post.parameters.0.in = query +post.parameters.0.name = indent +post.parameters.0.schema.type = boolean +[delegate] +file = ./v1/73G.cfg +[delegate] +file = ./v1/process.cfg +[swing] +test = get('value').isObject() +[swing/replace] +path = value.about +value = get('value.rdf$about') +path = value.prefLabel@fr +value = get('value.skos$prefLabel').filter(y => (y.xml$lang === 'fr')).map(x => x.xml$t).shift() +path = value.prefLabel@en +value = get('value.skos$prefLabel').filter(y => (y.xml$lang === 'en')).map(x => x.xml$t).shift() +[delegate] +file = ./v1/send.cfg 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 diff --git a/loterre-resolvers/v1/MDL/identify.ini b/loterre-resolvers/v1/MDL/identify.ini index 9b7343c..72fa3c0 100644 --- a/loterre-resolvers/v1/MDL/identify.ini +++ b/loterre-resolvers/v1/MDL/identify.ini @@ -5,29 +5,22 @@ post.description = Associer des termes au vocabulaire Loterre correspondant - https://skosmos.loterre.fr/MDL/fr/ (Astronomie) 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 = Adrastea +post.requestBody.content.application/json.example.1.id = 2 post.requestBody.content.application/json.example.1.value = stellar aberration +post.requestBody.content.application/json.example.2.id = 3 post.requestBody.content.application/json.example.2.value = space probe -post.responses.default.content.application/json.example.0.value.id = Adrastea -post.responses.default.content.application/json.example.0.value.about = http://data.loterre.fr/ark:/67375/MDL-Z3SVLVDF-H -post.responses.default.content.application/json.example.0.value.prefLabelfr = Adrastée -post.responses.default.content.application/json.example.0.value.prefLabelen = Adrastea -post.responses.default.content.application/json.example.0.value.localizationen.0 = Jupiter satellite -post.responses.default.content.application/json.example.0.value.localizationfr.0 = satellite de Jupiter -post.responses.default.content.application/json.example.1.value.id = stellar aberration -post.responses.default.content.application/json.example.1.value.about = http://data.loterre.fr/ark:/67375/MDL-RRS7LWZ0-S -post.responses.default.content.application/json.example.1.value.prefLabelfr = aberration stellaire -post.responses.default.content.application/json.example.1.value.prefLabelen = stellar aberration -post.responses.default.content.application/json.example.1.value.localizationen.0 = astrometry -post.responses.default.content.application/json.example.1.value.localizationfr.0 = astrométrie -post.responses.default.content.application/json.example.2.value.id = space probe -post.responses.default.content.application/json.example.2.value.about = http://data.loterre.fr/ark:/67375/MDL-MX276TJ6-Z -post.responses.default.content.application/json.example.2.value.prefLabelfr = sonde spatiale -post.responses.default.content.application/json.example.2.value.prefLabelen = space probe -post.responses.default.content.application/json.example.2.value.localizationen.0 = astronomical instrument -post.responses.default.content.application/json.example.2.value.localizationfr.0 = instrument astronomique +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 concepts 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 diff --git a/loterre-resolvers/v1/N9J/identify.ini b/loterre-resolvers/v1/N9J/identify.ini index b45265b..8b319a7 100644 --- a/loterre-resolvers/v1/N9J/identify.ini +++ b/loterre-resolvers/v1/N9J/identify.ini @@ -1,44 +1,43 @@ # OpenAPI Documentation - JSON format (dot notation) - mimeType = application/json - post.operationId = post-v1-N9J-identify - post.description = Associer des termes au vocabulaire Loterre correspondant - https://skosmos.loterre.fr/N9J/fr/ - 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.value = postsecondary education - post.requestBody.content.application/json.example.1.value = environmental philosophy - post.requestBody.content.application/json.example.2.value = double victimization - post.responses.default.content.application/json.example.0.value.id = postsecondaryeducation - post.responses.default.content.application/json.example.0.value.about = http://data.loterre.fr/ark:/67375/N9J-KW26KF4B-D - post.responses.default.content.application/json.example.0.value.prefLabelen = postsecondary education - post.responses.default.content.application/json.example.0.value.localizationen.0 = higher education - post.responses.default.content.application/json.example.1.value.id = environmentalphilosophy - post.responses.default.content.application/json.example.1.value.about = http://data.loterre.fr/ark:/67375/N9J-JN8WW4B6-H - post.responses.default.content.application/json.example.1.value.prefLabelen = environmental philosophy - post.responses.default.content.application/json.example.1.value.localizationen.0 = research/theoretical frameworks - post.responses.default.content.application/json.example.2.value.id = doublevictimization - post.responses.default.content.application/json.example.2.value.about = http://data.loterre.fr/ark:/67375/N9J-TZ9NJ17N-5 - post.responses.default.content.application/json.example.2.value.prefLabelen = double victimization - post.responses.default.content.application/json.example.2.value.localizationen.0 = criminal justice system - post.responses.default.content.application/json.schema.$ref = #/components/schemas/JSONStream - post.responses.default.description = Les concept SKOS en JSON - post.parameters.0.description = Indenter le JSON résultant - post.parameters.0.in = query - post.parameters.0.name = indent - post.parameters.0.schema.type = boolean - [delegate] - file = ./v1/N9J.cfg - [delegate] - file = ./v1/process.cfg - [swing] - test = get('value').isObject() - [swing/replace] - path = value.about - value = get('value.rdf$about') - - path = value.prefLabel@en - value = get('value.skos$prefLabel').filter(y => (y.xml$lang === 'en')).map(x => x.xml$t).shift() - path = value.localization@en - value = get('value.localization').map((x) => x.skos$prefLabel.filter(y => (y.xml$lang === 'en')).map(x => x.xml$t).shift()) - - [delegate] - file = ./v1/send.cfg +mimeType = application/json +post.operationId = post-v1-N9J-identify +post.description = Associer des termes au vocabulaire Loterre correspondant - https://skosmos.loterre.fr/N9J/fr/ (thésaurus SAGE) +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 = postsecondary education +post.requestBody.content.application/json.example.1.id = 2 +post.requestBody.content.application/json.example.1.value = environmental philosophy +post.requestBody.content.application/json.example.2.id = 3 +post.requestBody.content.application/json.example.2.value = double victimization +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 prefixes DOI en verion textuel +post.parameters.0.description = Indenter le JSON résultant +post.parameters.0.in = query +post.parameters.0.name = indent +post.parameters.0.schema.type = boolean +[delegate] +file = ./v1/N9J.cfg +[delegate] +file = ./v1/process.cfg +[swing] +test = get('value').isObject() +[swing/replace] +path = value.about +value = get('value.rdf$about') + +path = value.prefLabel@en +value = get('value.skos$prefLabel').filter(y => (y.xml$lang === 'en')).map(x => x.xml$t).shift() +path = value.localization@en +value = get('value.localization').map((x) => x.skos$prefLabel.filter(y => (y.xml$lang === 'en')).map(x => x.xml$t).shift()) + +[delegate] +file = ./v1/send.cfg diff --git a/loterre-resolvers/v1/P21/identify.ini b/loterre-resolvers/v1/P21/identify.ini index e21696c..39a6282 100644 --- a/loterre-resolvers/v1/P21/identify.ini +++ b/loterre-resolvers/v1/P21/identify.ini @@ -1,42 +1,41 @@ # OpenAPI Documentation - JSON format (dot notation) - mimeType = application/json - post.operationId = post-v1-P21-identify - post.description = Associer des termes au vocabulaire Loterre correspondant - https://skosmos.loterre.fr/P21/fr/ - 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.value = absolutism - post.requestBody.content.application/json.example.1.value = anachronism - post.requestBody.content.application/json.example.2.value = casuistry - post.responses.default.content.application/json.example.0.value.id = absolutism - post.responses.default.content.application/json.example.0.value.about = http://data.loterre.fr/ark:/67375/P21-XBTX7R8L-8 - post.responses.default.content.application/json.example.0.value.prefLabelfr = absolutisme - post.responses.default.content.application/json.example.0.value.prefLabelen = absolutism - post.responses.default.content.application/json.example.1.value.id = anachronism - post.responses.default.content.application/json.example.1.value.about = http://data.loterre.fr/ark:/67375/P21-QV8X8ZQM-B - post.responses.default.content.application/json.example.1.value.prefLabelfr = analphabétisme - post.responses.default.content.application/json.example.1.value.prefLabelen = anachronism - post.responses.default.content.application/json.example.2.value.id = casuistry - post.responses.default.content.application/json.example.2.value.about = http://data.loterre.fr/ark:/67375/P21-P55H98JN-P - post.responses.default.content.application/json.example.2.value.prefLabelfr = casuistique - post.responses.default.content.application/json.example.2.value.prefLabelen = casuistry - post.responses.default.content.application/json.schema.$ref = #/components/schemas/JSONStream - post.responses.default.description = Les concept SKOS en JSON - post.parameters.0.description = Indenter le JSON résultant - post.parameters.0.in = query - post.parameters.0.name = indent - post.parameters.0.schema.type = boolean - [delegate] - file = ./v1/P21.cfg - [delegate] - file = ./v1/process.cfg - [swing] - test = get('value').isObject() - [swing/replace] - path = value.about - value = get('value.rdf$about') - path = value.prefLabel@fr - value = get('value.skos$prefLabel').filter(y => (y.xml$lang === 'fr')).map(x => x.xml$t).shift() - path = value.prefLabel@en - value = get('value.skos$prefLabel').filter(y => (y.xml$lang === 'en')).map(x => x.xml$t).shift() - [delegate] - file = ./v1/send.cfg +mimeType = application/json +post.operationId = post-v1-73G-identify +post.description = Associer des termes au vocabulaire Loterre correspondant - https://skosmos.loterre.fr/P21/fr/ (Littérature) +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 = absolutism +post.requestBody.content.application/json.example.1.id = 2 +post.requestBody.content.application/json.example.1.value = anachronism +post.requestBody.content.application/json.example.2.id = 3 +post.requestBody.content.application/json.example.2.value = casuistry +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 prefixes DOI en verion textuel +post.parameters.0.description = Indenter le JSON résultant +post.parameters.0.in = query +post.parameters.0.name = indent +post.parameters.0.schema.type = boolean +[delegate] +file = ./v1/P21.cfg +[delegate] +file = ./v1/process.cfg +[swing] +test = get('value').isObject() +[swing/replace] +path = value.about +value = get('value.rdf$about') +path = value.prefLabel@fr +value = get('value.skos$prefLabel').filter(y => (y.xml$lang === 'fr')).map(x => x.xml$t).shift() +path = value.prefLabel@en +value = get('value.skos$prefLabel').filter(y => (y.xml$lang === 'en')).map(x => x.xml$t).shift() +[delegate] +file = ./v1/send.cfg diff --git a/loterre-resolvers/v1/P66/identify.ini b/loterre-resolvers/v1/P66/identify.ini index 5b2f5ae..64ce0f5 100644 --- a/loterre-resolvers/v1/P66/identify.ini +++ b/loterre-resolvers/v1/P66/identify.ini @@ -2,34 +2,25 @@ mimeType = application/json post.operationId = post-v1-P66-identify -post.description = Associer des termes au vocabulaire Loterre correspondant - https://skosmos.loterre.fr/P66/fr/ +post.description = Associer des termes au vocabulaire Loterre correspondant - https://skosmos.loterre.fr/P66/fr/ (Thésaurus Mémoire) 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.value = Amygdala -post.requestBody.content.application/json.example.1.value = Frontal lobe +post.requestBody.content.application/json.example.0.id = 1 +post.requestBody.content.application/json.example.0.value = amygdala +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 = metamemory post.requestBody.content.application/json.schema.$ref = #/components/schemas/JSONStream post.requestBody.required = true -post.responses.default.content.application/json.example.0.value.id = amygdala -post.responses.default.content.application/json.example.0.value.about = http://data.loterre.fr/ark:/67375/P66-W52CFWZ4-9 -post.responses.default.content.application/json.example.0.value.prefLabelfr = amygdale -post.responses.default.content.application/json.example.0.value.prefLabelen = amygdala -post.responses.default.content.application/json.example.0.value.localizationen.0 = medial temporal lobe -post.responses.default.content.application/json.example.0.value.localizationfr.0 = lobe temporal médian -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/P66-KHRWNS4W-Q -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 = brain lobe -post.responses.default.content.application/json.example.1.value.localizationfr.0 = lobe cérébral -post.responses.default.content.application/json.example.2.value.id = metamemory -post.responses.default.content.application/json.example.2.value.about = http://data.loterre.fr/ark:/67375/P66-RGFWPLNW-K -post.responses.default.content.application/json.example.2.value.prefLabelfr = métamémoire -post.responses.default.content.application/json.example.2.value.prefLabelen = metamemory -post.responses.default.content.application/json.example.2.value.localizationen.0 = memory -post.responses.default.content.application/json.example.2.value.localizationfr.0 = mémoire +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