Newer
Older
web-services / kos2vec / v1 / en / index.ini
# OpenAPI Documentation - JSON format (dot notation)
mimeType = application/json
post.operationId = post-v1-en-index
post.description = indexation controlée sur thesaursuy memoire
post.responses.default.description = Renvoie un Json composé d'`id`, `value` avec `value` qui contient le resultat de l'indexation selon le thesaurus mémoire
post.responses.default.content.application/json.schema.$ref =  #/components/schemas/JSONStream
post.summary = indexation controlée sur ressource loterre mémoire
post.tags.0 = indexation
post.responses.default.content.application/json.example.0.id = 0
post.responses.default.content.application/json.example.0.value = Autonoetic consciousness refers to the ability to mentally transport oneself back in subjective time to relive elements of, or all, of a past event, and is compromised in the early stages of disease of Alzheimer (AD).
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 enrich with an Python script
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 = @ezs/spawn
plugin = @ezs/basics
plugin = @ezs/analytics

[JSONParse]
separator = *

[expand]
path = value
size = 100
# in production mode, uncomment the following line
# cache = post-v1-en-index
[expand/exec]
# command should be executable !
command = ./indexer.py

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