# OpenAPI Documentation - JSON format (dot notation)
mimeType = application/json
post.operationId = post-v1-apc-par-doi-json
post.requestBody.content.application/json.example.0.id = 0
post.requestBody.content.application/json.example.0.value = 903453
post.requestBody.content.application/json.schema.$ref = #/components/schemas/IdChaines
post.requestBody.required = true
post.responses.default.content.application/json.example.0.id = 0
post.responses.default.content.application/json.example.0.value = GANIL
post.responses.default.content.application/json.schema.$ref = #/components/schemas/IdChaines
post.description = ...
post.responses.default.description = Renvoie un JSON, composé d `id`, `value`, avec `value` étant le nom du laboratoire IN2P3.
post.tags.0: mapping
post.summary: ...
post.parameters.0.description = Indenter le JSON résultant
post.parameters.0.in = query
post.parameters.0.name = indent
post.parameters.0.required = false
post.parameters.0.schema.type = boolean
[use]
plugin = basics
plugin = analytics
[JSONParse]
# Homogenize ID: url, string and number to an url
[expand]
path = value
;cacheName = post-v1-apc-par-doi-json
[expand/combine]
path = value
default = n/a
primer = ./cout-par-doi.csv
file = ./cout-par-doi.ini
[assign]
path = value
value = get("value.value")
[JSONString]
indent = env('indent', true)