diff --git a/affiliations-tools/v1/addresses/parse.ini b/affiliations-tools/v1/addresses/parse.ini index fb499b3..4585f5f 100644 --- a/affiliations-tools/v1/addresses/parse.ini +++ b/affiliations-tools/v1/addresses/parse.ini @@ -4,8 +4,7 @@ post.operationId = post-v1-addresses-parse post.description = Traitement qui analyse une adresse postal dans une chaine de caractère et qui renvoit un objet contenant les champs trouvés dans l'adresse post.summary = Analyse and parse address given in `value`, when possible -post.tags.0 = affiliations -post.tags.1 = adresses +post.tags.0 = adresses post.requestBody.content.application/json.example.0.id = 1 post.requestBody.content.application/json.example.0.value = University of Bordeaux, IMS, CNRS UMR5218, Talence, F-33405, France post.requestBody.content.application/json.example.1.id = 2 diff --git a/affiliations-tools/v1/netscity/combine.ini b/affiliations-tools/v1/netscity/combine.ini index 7945f0c..4c5a64d 100644 --- a/affiliations-tools/v1/netscity/combine.ini +++ b/affiliations-tools/v1/netscity/combine.ini @@ -2,6 +2,7 @@ post.responses.default.description = Return all Netscity data post.responses.default.content.application/json.schema.$ref = #/components/schemas/JSONStream post.summary = Return Netscity dictionnary +post.tags.0 = adresses post.requestBody.required = true post.requestBody.content.application/json.schema.$ref = #/components/schemas/JSONStream post.parameters.0.in = query diff --git a/affiliations-tools/v1/netscity/expand.ini b/affiliations-tools/v1/netscity/expand.ini index f0bfc9e..a12a73e 100644 --- a/affiliations-tools/v1/netscity/expand.ini +++ b/affiliations-tools/v1/netscity/expand.ini @@ -2,6 +2,7 @@ post.responses.default.description = Return all objects with enrich fields post.responses.default.content.application/json.schema.$ref = #/components/schemas/JSONStream post.summary = Enrich one field of each Object with a Netscity Object +post.tags.0 = adresses post.requestBody.required = true post.requestBody.content.application/json.schema.$ref = #/components/schemas/JSONStream post.parameters.0.in = query diff --git a/affiliations-tools/v1/netscity/netscity-cities.ini b/affiliations-tools/v1/netscity/netscity-cities.ini index 1955a09..04af8fd 100644 --- a/affiliations-tools/v1/netscity/netscity-cities.ini +++ b/affiliations-tools/v1/netscity/netscity-cities.ini @@ -6,6 +6,7 @@ post.responses.default.description = Return only "target cities" post.responses.default.content.application/json.schema.$ref = #/components/schemas/JSONStream post.summary = Internal service to extract and group some data il the netscity database +post.tags.0 = adresses post.requestBody.required = true post.requestBody.content.application/json.schema.$ref = #/components/schemas/JSONStream diff --git a/affiliations-tools/v1/netscity/netscity-enrichments.ini b/affiliations-tools/v1/netscity/netscity-enrichments.ini index b405bb7..7ae3bb6 100644 --- a/affiliations-tools/v1/netscity/netscity-enrichments.ini +++ b/affiliations-tools/v1/netscity/netscity-enrichments.ini @@ -7,7 +7,8 @@ post.responses.default.content.application/json.schema.items.type = object post.responses.default.content.application/json.schema.items.properties.id.type = string post.responses.default.content.application/json.schema.items.properties.value.$ref = #/components/schemas/anyValue -post.summary = Convert Netscity CSV file to JON +post.summary = Convert Netscity CSV file to JSON +post.tags.0 = adresses post.requestBody.required = true post.requestBody.content.text/csv.schema.type = string post.requestBody.content.text/csv.schema.format = binary