diff --git a/mapping-tools/v1/rnsr/instituts-cnrs/json.ini b/mapping-tools/v1/rnsr/instituts-cnrs/json.ini index c6b9bcf..d6f1a3c 100644 --- a/mapping-tools/v1/rnsr/instituts-cnrs/json.ini +++ b/mapping-tools/v1/rnsr/instituts-cnrs/json.ini @@ -1,21 +1,10 @@ # OpenAPI Documentation - JSON format (dot notation) mimeType = application/json -# post.responses.default.description = Return a JSON, composed of `id`, `value`, where `value` is found CNRS Institute -# post.responses.default.content.application/json.schema.$ref = #/components/schemas/JSONStream -# post.summary = Map RNSR to CNRS Institutes -# post.requestBody.required = true -# post.requestBody.content.application/json.schema.$ref = #/components/schemas/JSONStream -# post.requestBody.content.examples.inee.summary = One RNSR identifier -# post.requestBody.content.examples.inee.value.id = 1 -# post.requestBody.content.examples.inee.value.value = 200919362L post.responses.default.description = Renvoie un JSON, composé d'`id`, `value`, avec `value` étant un Institut du CNRS -# post.responses.default.schema.$ref = #/components/schemas/IdInstitutes post.responses.default.content.application/json.schema.$ref = #/components/schemas/IdInstitutes post.tags.0: mapping post.summary: Trouve l'Institut du CNRS dans lequel se trouve une structure de recherche -post.consumes.0: application/json -post.produces.0: application/json post.requestBody.required = true post.requestBody.content.application/json.schema.$ref = #/components/schemas/IdRNSRs1