diff --git a/affiliations-tools/swagger.json b/affiliations-tools/swagger.json index 12b8c9e..cd3ac5e 100644 --- a/affiliations-tools/swagger.json +++ b/affiliations-tools/swagger.json @@ -138,7 +138,10 @@ "type": "integer" }, "value": { - "$ref": "#/components/RNSR" + "type": "array", + "items": { + "$ref": "#/components/RNSR" + } } } }