# Entrypoint output format
mimeType = application/x-tar

# OpenAPI Documentation - JSON format (dot notation)
post.operationId = post-v1-retrieve
post.description = Récupération d'un résulatt produit
post.summary = Les traitments étant asynchrone le résulat uen fois créé doit-être récupéré par cette route
post.tags.0 = data-computer
post.responses.default.description = Fichier corpus au format tar
post.requestBody.content.application/json.example.0.value = xMkWJX7GU
post.requestBody.content.application/json.schema.$ref = #/components/schemas/JSONStream
post.requestBody.required = true
post.parameters.0.description = Flow the JSON
post.parameters.0.in = query
post.parameters.0.name = json
post.parameters.0.schema.type = boolean

[use]
plugin = basics

[JSONParse]
separator = *

[exchange]
value = get('value')

[FILELoad]
location = /tmp/retrieve

[swing]
test = env('json').isEmpty()
reverse = true

[swing/TARExtract]
compress = true
path = */*.json

[swing/JSONString]
indent = env('indent')

