Newer
Older
web-services / mapping-tools / v1 / rnsr / instituts-crns / json.ini
# OpenAPI Documentation - JSON format (dot notation)
mimeType = application/json
post.responses.default.description = Return a JSON, composed of `id`, `value`, where `value` is found CNRS Institute
post.responses.default.content.application/json.schema.$ref = #/components/schemas/JSONStream
post.summary = Map RNSR to CNRS Institutes
post.requestBody.required = true
post.requestBody.content.application/json.schema.$ref = #/components/schemas/JSONStream
; post.requestBody.content.examples.bordeaux.summary = University of Bordeaux address
; post.requestBody.content.examples.bordeaux.value.id = 3
; post.requestBody.content.examples.bordeaux.value.value.address = University of Bordeaux, IMS, CNRS UMR5218, Talence, F-33405, France
; post.requestBody.content.examples.bordeaux.value.value.year = 2021

[use]
plugin = basics
plugin = analytics

[JSONParse]
[combine]
path = value
default = n/a
primer = ./RNSR_InstitutsCNRS_1614.csv
file = ./instituts-cnrs.ini

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

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