diff --git a/loterre-resolvers/v1/JVR/expand.ini b/loterre-resolvers/v1/JVR/expand.ini new file mode 100644 index 0000000..388a034 --- /dev/null +++ b/loterre-resolvers/v1/JVR/expand.ini @@ -0,0 +1,28 @@ +# OpenAPI Documentation - JSON format (dot notation) +post.operationId = post-v1-JVR-expand +post.responses.default.description = Return all objects with enrich fields +post.responses.default.content.application/json.schema.$ref = #/components/schemas/JSONStream +post.summary = Enrich on field of each Object with a SKOS concept (MeSH) +post.tags.0 = loterre-resolvers +post.requestBody.content.application/json.example.0.id = 1 +post.requestBody.content.application/json.example.0.value = Olfactory Bulb +post.requestBody.content.application/json.example.1.id = 2 +post.requestBody.content.application/json.example.1.value = Frontal Lobe +post.requestBody.content.application/json.example.2.id = 3 +post.requestBody.content.application/json.example.2.value = Neuroglia +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 a SKOS concept +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 +[delegate] +file = ./v1/JVR.cfg +[delegate] +file = ./v1/process.cfg +[delegate] +file = ./v1/send.cfg