# OpenAPI Documentation - JSON format (dot notation)
mimeType = application/json
post.responses.default.description = Trouve un hôpital associé à une adresse
post.responses.default.content.application/json.schema.$ref = #/components/schemas/JSONStream
post.summary = Trouve un hôpital dans une adresse d'affiliation
# Pour rétablir la colorisation: '
post.requestBody.required = true
post.requestBody.content.application/json.schema.$ref = #/components/schemas/JSONStream
post.parameters.0.in = query
post.parameters.0.name = indent
post.parameters.0.schema.type = boolean
post.parameters.0.description = Indent or not the JSON Result
[use]
plugin = @ezs/spawn
plugin = @ezs/basics
[JSONParse]
separator = *
[expand]
path = env('path', 'value')
size = 100
# in production mode, uncomment the following line
# cache = boost
[expand/exec]
# command should be executable !
command = ./v1/hospital/affiliations.py
[dump]
indent = env('indent', false)