From ad4e522c84b546f61c081ede2634365a12f6415a Mon Sep 17 00:00:00 2001 From: Giacomo Bernini Date: Mon, 25 Nov 2019 12:29:12 +0100 Subject: [PATCH] fix --- src/SOL011/NSDManagement/NSDManagement.yaml | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/src/SOL011/NSDManagement/NSDManagement.yaml b/src/SOL011/NSDManagement/NSDManagement.yaml index e689dcf..4676fbe 100644 --- a/src/SOL011/NSDManagement/NSDManagement.yaml +++ b/src/SOL011/NSDManagement/NSDManagement.yaml @@ -159,8 +159,10 @@ components: minimum: 0 content: application/json: - schema: - $ref: "#/components/schemas/NsdInfos.Get.Response" + schema: + type: array + items: + $ref: "#/components/schemas/NsdInfo" NsdInfo.Get.200: description: >- @@ -200,17 +202,10 @@ components: minimum: 0 content: application/json: - schema: - $ref: "#/components/schemas/NsdInfo" + schema: + $ref: "#/components/schemas/NsdInfo" schemas: - NsdInfos.Get.Response: - description: > - This type represents a response for the query NSD operation. - type: array - items: - $ref: "#/components/schemas/NsdInfo" - NsdInfo: description: > This type represents a response for the query NSD operation. -- GitLab