diff --git a/data-workflow/v1/base-line.ini b/data-workflow/v1/base-line.ini index 0916da8..7182b9a 100644 --- a/data-workflow/v1/base-line.ini +++ b/data-workflow/v1/base-line.ini @@ -6,6 +6,8 @@ post.description = Chargement et analyse d'un fichier corpus post.summary = Le corpus est analysé et restitué sans modification des données post.tags.0 = data-workflow +post.requestBody.content.application/x-gzip.schema.type = string +post.requestBody.content.application/x-gzip.schema.format = binary post.requestBody.content.application/x-tar.schema.type = string post.requestBody.content.application/x-tar.schema.format = binary post.requestBody.required = true diff --git a/data-workflow/v1/collect.ini b/data-workflow/v1/collect.ini index 142cc7a..2b52998 100644 --- a/data-workflow/v1/collect.ini +++ b/data-workflow/v1/collect.ini @@ -3,8 +3,8 @@ # OpenAPI Documentation - JSON format (dot notation) post.operationId = post-v1-collect -post.description = Récupération d'un résulat produit sous forme d'un flux json -post.summary = Les traitments étant asynchrone le résulat une fois créé doit-être récupéré par cette route +post.description = Récupération d'un résultat produit sous forme d'un flux json +post.summary = Les traitements étant asynchrones le résultat une fois créé doit être récupéré par cette route post.tags.0 = data-computer post.responses.default.description = Fichier corpus au format tar post.requestBody.content.application/json.example.0.value = xMkWJX7GU diff --git a/data-workflow/v1/conditormetrie.ini b/data-workflow/v1/conditormetrie.ini index 6f64081..81c93a5 100644 --- a/data-workflow/v1/conditormetrie.ini +++ b/data-workflow/v1/conditormetrie.ini @@ -3,9 +3,11 @@ # OpenAPI Documentation - JSON format (dot notation) post.operationId = post-v1-conditormetrie -post.description = Enrichissements biliométriques sur un corpus Conditor -post.summary = Le résulat produit une liste de notices enrichies +post.description = Enrichissements bibliométriques sur un corpus Conditor +post.summary = Le résultat produit une liste de notices enrichies post.tags.0 = data-workflow +post.requestBody.content.application/x-gzip.schema.type = string +post.requestBody.content.application/x-gzip.schema.format = binary post.requestBody.content.application/x-tar.schema.type = string post.requestBody.content.application/x-tar.schema.format = binary post.requestBody.required = true diff --git a/data-workflow/v1/retrieve.ini b/data-workflow/v1/retrieve.ini index fd45198..48edd99 100644 --- a/data-workflow/v1/retrieve.ini +++ b/data-workflow/v1/retrieve.ini @@ -1,15 +1,15 @@ # Entrypoint output format -mimeType = application/x-tar +mimeType = application/x-gzip extension = tar.gz # OpenAPI Documentation - JSON format (dot notation) post.operationId = post-v1-retrieve -post.description = Récupération d'un résulat produit sous forme d'un fichier corpus -post.summary = Les traitments étant asynchrone le résulat une fois créé doit-être récupéré par cette route +post.description = Récupération d'un résultat produit sous forme d'un fichier corpus +post.summary = Les traitements étant asynchrones le résultat une fois créé doit être récupéré par cette route post.tags.0 = data-computer post.responses.default.description = Fichier corpus au format tar.gz -post.responses.default.content.application/x-tar.schema.type = string -post.responses.default.content.application/x-tar.schema.format = binary +post.responses.default.content.application/x-gzip.schema.type = string +post.responses.default.content.application/x-gzip.schema.format = binary post.requestBody.content.application/json.example.0.value = xMkWJX7GU post.requestBody.content.application/json.schema.$ref = #/components/schemas/JSONStream post.requestBody.required = true diff --git a/data-workflow/v1/tag-cloud-en.ini b/data-workflow/v1/tag-cloud-en.ini index d9ae3bb..7aa6636 100644 --- a/data-workflow/v1/tag-cloud-en.ini +++ b/data-workflow/v1/tag-cloud-en.ini @@ -3,9 +3,11 @@ # OpenAPI Documentation - JSON format (dot notation) post.operationId = post-v1-tag-cloud-en -post.description = Chargement et analyse d'un fichier corpus pour compter le nombre de termes ANGLAIS pertients identiques dans chaque document -post.summary = Le résulat produit une liste de terme associé à sa fréquence +post.description = Chargement et analyse d'un fichier corpus pour compter le nombre de termes *anglais* pertinents identiques dans chaque document +post.summary = Le résultat produit une liste de termes associés à leurs fréquences post.tags.0 = data-workflow +post.requestBody.content.application/x-gzip.schema.type = string +post.requestBody.content.application/x-gzip.schema.format = binary post.requestBody.content.application/x-tar.schema.type = string post.requestBody.content.application/x-tar.schema.format = binary post.requestBody.required = true diff --git a/data-workflow/v1/tag-cloud-fr.ini b/data-workflow/v1/tag-cloud-fr.ini index 715014b..0bd0aa8 100644 --- a/data-workflow/v1/tag-cloud-fr.ini +++ b/data-workflow/v1/tag-cloud-fr.ini @@ -3,9 +3,11 @@ # OpenAPI Documentation - JSON format (dot notation) post.operationId = post-v1-tag-cloud-fr -post.description = Chargement et analyse d'un fichier corpus pour compter le nombre de termes FRANCAIS pertients identiques dans chaque document -post.summary = Le résulat produit une liste de terme associé à sa fréquence +post.description = Chargement et analyse d'un fichier corpus pour compter le nombre de termes *français* pertinents identiques dans chaque document +post.summary = Le résultat produit une liste de termes associés à leurs fréquences post.tags.0 = data-workflow +post.requestBody.content.application/x-gzip.schema.type = string +post.requestBody.content.application/x-gzip.schema.format = binary post.requestBody.content.application/x-tar.schema.type = string post.requestBody.content.application/x-tar.schema.format = binary post.requestBody.required = true