Newer
Older
web-services / mapping-tools / v1 / rnsr / instituts-cnrs / json.ini
@Nicolas Thouvenin Nicolas Thouvenin on 24 May 2022 1 KB use expand to enbale the cache system
# OpenAPI Documentation - JSON format (dot notation)
mimeType = application/json

post.operationId = post-v1-rnsr-instituts-cnrs-json
post.description = Retrouve un institut du CNRS dans lequel se trouve la structure de recherche française dont l identifiant RNSR est fourni.
post.responses.default.description = Renvoie un JSON, composé d `id`, `value`, avec `value` étant un Institut du CNRS
post.responses.default.content.application/json.schema.$ref = #/components/schemas/IdInstitutes
post.tags.0: mapping
post.summary: Trouve l Institut du CNRS dans lequel se trouve une structure de recherche
post.requestBody.required = true
post.requestBody.content.application/json.schema.$ref = #/components/schemas/IdRNSRs1

[use]
plugin = basics
plugin = analytics

[JSONParse]

[expand]
path = value
cacheName = post-v1-rnsr-instituts-cnrs-json

[expand/combine]
path = value
default = n/a
primer = ./rnsrl2institutCnrs.tsv
file = ./instituts-cnrs.ini

[assign]
path = value
value = get("value.value")

[JSONString]
indent = env('indent', true)