# OpenAPI Documentation - JSON format (dot notation)
post.responses.default.description = Return all objects with new & uniq ARK identifier
post.responses.default.content.application/json.schema.$ref = #/components/schemas/JSONStream
post.summary = Stamp each Object with a new & uniq ARK identifier
post.requestBody.required = true
post.requestBody.content.application/json.schema.$ref = #/components/schemas/JSONStream
post.parameters.0.in = query
post.parameters.0.name = subpublisher
post.parameters.0.schema.type = string
post.parameters.0.description = Choose a subpublisher for all generated ARK identifier
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
# Necessary plugins
[use]
plugin = ark
plugin = basics
[JSONParse]
separator = *
[generateARK]
databasePath = ./
naan = 67375
subpublisher = env('subpublisher')
target = env('path', 'value')
[dump]
indent = env('indent', false)