Newer
Older
web-services / mapping-tools / v1 / homogenize / publisher / json.ini
# OpenAPI Documentation - JSON format (dot notation)
mimeType = application/json

post.operationId = post-v1-homogenize-publisher-json
post.requestBody.content.application/json.example.0.id = 0
post.requestBody.content.application/json.example.0.value = Springer Verlag
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 = SPRINGER
post.responses.default.content.application/json.schema.$ref = #/components/schemas/IdChaines
post.responses.default.description = Renvoie un JSON, composé d `id`, `value`, avec `value` étant l éditeur homogénéisé.
post.description = Homogénéise la forme d écriture de l éditeur d une notice.
post.tags.0 = mapping
post.summary = Homogénéise l éditeur dans une notice

[use]
plugin = basics
plugin = analytics

[JSONParse]

[expand]
path = value
cacheName = post-v1-homogenize-publisher-json

[expand/combine]
path = value
default = n/a
primer = env("TABLE_SERVER_URL", "https://inist-wsdata.dboard.inist.fr/") \
        .concat("homogenize-publisher-json.tsv").join("")
file = ./homogenize-publisher-json.ini

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

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