Newer
Older
web-services / base-line / v1 / echo / json.ini
@Nicolas Thouvenin Nicolas Thouvenin on 25 Oct 2022 501 bytes fix: use standard parser
# OpenAPI Documentation - JSON format (dot notation)
post.responses.default.description = Return a JSON as received JSON.
post.responses.default.content.application/json.schema.$ref = #/components/schemas/anyValue
post.summary = Parse and split JSON and return it.
post.requestBody.required = true
post.requestBody.content.application/json.schema.$ref = #/components/schemas/anyValue

mimeType= application/json

[use]
plugin = basics

[JSONParse]
separator = *

[JSONString]
indent = env('indent')