diff --git a/affiliations-rnsr/v1/conditor.ini b/affiliations-rnsr/v1/conditor.ini index 7f22ff0..b7621c8 100644 --- a/affiliations-rnsr/v1/conditor.ini +++ b/affiliations-rnsr/v1/conditor.ini @@ -1,6 +1,6 @@ # OpenAPI Documentation - JSON format (dot notation) post.responses.default.description = Return a Conditor JSON notice, added with `conditorRnsr` field -post.responses.default.content.application/json.schema = #/components/schemas/JSONStream +post.responses.default.content.application/json.schema.$ref = #/components/schemas/JSONStream post.summary = Find RNSR to address given in `authors.affiliations`, when possible post.requestBody.required = true post.requestBody.content.application/json.schema.$ref = #/components/schemas/JSONStream diff --git a/affiliations-rnsr/v1/csv.ini b/affiliations-rnsr/v1/csv.ini index 16d6007..53ec2db 100644 --- a/affiliations-rnsr/v1/csv.ini +++ b/affiliations-rnsr/v1/csv.ini @@ -1,6 +1,6 @@ # OpenAPI Documentation - JSON format (dot notation) post.responses.default.description = Return a CSV, composed of `Année`, `Adresse`, and enriched with a `RNSR` field. -post.responses.default.content.application/json.schema = #/components/schemas/anyValue +post.responses.default.content.application/json.schema.$ref = #/components/schemas/anyValue post.summary = Adds RNSR to addresses field, when possible post.requestBody.required = true post.requestBody.content.application/json.schema.$ref = #/components/schemas/anyValue diff --git a/affiliations-rnsr/v1/json.ini b/affiliations-rnsr/v1/json.ini index 8cc2397..f37d13e 100644 --- a/affiliations-rnsr/v1/json.ini +++ b/affiliations-rnsr/v1/json.ini @@ -1,6 +1,6 @@ # OpenAPI Documentation - JSON format (dot notation) post.responses.default.description = Return a JSON, composed of `id`, `value`, where value is found `RNSR`(s) -post.responses.default.content.application/json.schema = #/components/schemas/JSONStream +post.responses.default.content.application/json.schema.$ref = #/components/schemas/JSONStream post.summary = Find RNSR to address given in `value`, when possible post.requestBody.required = true post.requestBody.content.application/json.schema.$ref = #/components/schemas/JSONStream