Newer
Older
web-services / loterre-resolvers / v1 / 9SD / combine.ini
@Nicolas Thouvenin Nicolas Thouvenin on 23 Jul 2021 870 bytes pural...
# OpenAPI Documentation - JSON format (dot notation)
post.responses.default.description = Return all objects with enrich fields
post.responses.default.content.application/json.schema.$ref =  #/components/schemas/JSONStream
post.summary = Fetch all enrichments
post.requestBody.required = true
post.requestBody.content.application/json.schema.$ref = #/components/schemas/JSONStream
post.parameters.0.in = query
post.parameters.0.name = path
post.parameters.0.schema.type = string
post.parameters.0.description = The path in each object to enrcih with a SKOS Cocnept
post.parameters.1.in = query
post.parameters.1.name = indent
post.parameters.1.schema.type = boolean
post.parameters.1.description = Indent or not the JSON Result

[use]
plugin = analytics

[exchange]
value = 9SD.xml.gz

[files]

[delegate]
file = ./v1/combine.ini

[dump]
indent = env('indent', false)