diff --git a/loterre-resolvers/v1/9SD/expand.ini b/loterre-resolvers/v1/9SD/expand.ini index 6ad080e..ad6edbe 100644 --- a/loterre-resolvers/v1/9SD/expand.ini +++ b/loterre-resolvers/v1/9SD/expand.ini @@ -1,4 +1,5 @@ # OpenAPI Documentation - JSON format (dot notation) +post.operationId = post-v1-9SD-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 @@ -41,7 +42,7 @@ path = value primer = env('primer') file = ./v1/combine.ini -persistent = true +cacheName = post-v1-9SD-expand [dump] indent = env('indent', false) diff --git a/loterre-resolvers/v1/9SD/identify.ini b/loterre-resolvers/v1/9SD/identify.ini index 6c69abf..7c60027 100644 --- a/loterre-resolvers/v1/9SD/identify.ini +++ b/loterre-resolvers/v1/9SD/identify.ini @@ -53,7 +53,7 @@ path = value primer = env('primer') file = ./v1/combine.ini -persistent = true +cacheName = post-v1-9SD-identify [expand/remove] test = get('value.value').isString() diff --git a/loterre-resolvers/v1/D63/expand.ini b/loterre-resolvers/v1/D63/expand.ini index b2f93b3..d5b9678 100644 --- a/loterre-resolvers/v1/D63/expand.ini +++ b/loterre-resolvers/v1/D63/expand.ini @@ -1,4 +1,5 @@ # OpenAPI Documentation - JSON format (dot notation) +post.operationId = post-v1-D63-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 @@ -41,7 +42,7 @@ path = value primer = env('primer') file = ./v1/combine.ini -persistent = true +cacheName = post-v1-D63-expand [dump] indent = env('indent', false) diff --git a/loterre-resolvers/v1/D63/identify.ini b/loterre-resolvers/v1/D63/identify.ini index 774effa..a25c9f8 100644 --- a/loterre-resolvers/v1/D63/identify.ini +++ b/loterre-resolvers/v1/D63/identify.ini @@ -1,7 +1,7 @@ # OpenAPI Documentation - JSON format (dot notation) mimeType = application/json -post.operationId = post-v1-9SD-identify +post.operationId = post-v1-D63-identify post.description = Associer une communes de France au vocabulaire Loterre correspondant - https://www.loterre.fr/skosmos/D63/fr/ post.summary = verbalisation à partir d'un tableau d'objets avec à minima un champ value contenant des termes post.tags.0 = loterre-resolvers @@ -53,7 +53,7 @@ path = value primer = env('primer') file = ./v1/combine.ini -persistent = true +cacheName = post-v1-D63-identify [expand/remove] test = get('value.value').isString()