diff --git a/terms-extraction/v1/tools/normalize.ini b/terms-extraction/v1/tools/normalize.ini index f073816..f7f8455 100644 --- a/terms-extraction/v1/tools/normalize.ini +++ b/terms-extraction/v1/tools/normalize.ini @@ -4,14 +4,14 @@ post.operationId = post-v1-tools post.requestBody.content.application/json.example.0.id = 1 post.requestBody.content.application/json.example.0.value = café ! -post.requestBody.content.application/json.example.0.id = 2 -post.requestBody.content.application/json.example.0.value = Côte d'Ivoire +post.requestBody.content.application/json.example.1.id = 2 +post.requestBody.content.application/json.example.1.value = Côte d'Ivoire post.requestBody.content.application/json.schema.$ref = #/components/schemas/JSONStream post.requestBody.required = true post.responses.default.content.application/json.example.0.id = 1 post.responses.default.content.application/json.example.0.value = CAFE -post.responses.default.content.application/json.example.0.id = 2 -post.responses.default.content.application/json.example.0.value = COTE D IVOIRE +post.responses.default.content.application/json.example.1.id = 2 +post.responses.default.content.application/json.example.1.value = COTE D IVOIRE post.responses.default.content.application/json.schema.$ref = #/components/schemas/JSONStream post.responses.default.description = Les termes sont mis en majuscule non accentué sans caratères sépicaux post.summary = Normalisation des termes d'un texte