diff --git a/loterre-resolvers/v1/QX8/annotate.ini b/loterre-resolvers/v1/QX8/annotate.ini index cf32067..3607dbe 100644 --- a/loterre-resolvers/v1/QX8/annotate.ini +++ b/loterre-resolvers/v1/QX8/annotate.ini @@ -1,5 +1,5 @@ # OpenAPI Documentation - JSON format (dot notation) -post.operationId = post-v1-9SD-annotate +post.operationId = post-v1-QX8-annotate post.responses.default.description = Return all objects with annotate fields post.responses.default.content.application/json.schema.$ref = #/components/schemas/JSONStream post.summary = Annotate field of each Object with a SKOS concept diff --git a/loterre-resolvers/v1/QX8/expand.ini b/loterre-resolvers/v1/QX8/expand.ini new file mode 100644 index 0000000..744416d --- /dev/null +++ b/loterre-resolvers/v1/QX8/expand.ini @@ -0,0 +1,24 @@ +# OpenAPI Documentation - JSON format (dot notation) +post.operationId = post-v1-QX8-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 +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 enrcih with a SKOS Cocnept +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/QX8.cfg + +[delegate] +file = ./v1/process.ini + +[dump] +indent = env('indent', false)