From df4d6afbc16a86aa2bfd8cf9e576cd59be45e3d9 Mon Sep 17 00:00:00 2001 From: rope252 Date: Thu, 23 Jan 2020 12:07:47 +0000 Subject: Update to Latest ETSI Catalog Swagger Change-Id: I51687625cbc7ac52d882fb58fc76a1875528d693 Issue-ID: SO-2578 Signed-off-by: rope252 --- .../src/main/resources/ETSI-Catalog-API.json | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'adapters') diff --git a/adapters/mso-vnfm-adapter/mso-vnfm-adapter-ext-clients/src/main/resources/ETSI-Catalog-API.json b/adapters/mso-vnfm-adapter/mso-vnfm-adapter-ext-clients/src/main/resources/ETSI-Catalog-API.json index efd427009d..9827310627 100644 --- a/adapters/mso-vnfm-adapter/mso-vnfm-adapter-ext-clients/src/main/resources/ETSI-Catalog-API.json +++ b/adapters/mso-vnfm-adapter/mso-vnfm-adapter-ext-clients/src/main/resources/ETSI-Catalog-API.json @@ -2682,8 +2682,6 @@ } }, "Version": { - "title": "Versions", - "description": "match VNF packages that contain VNF products with certain versions", "required": ["vnfSoftwareVersion"], "type": "object", "properties": { @@ -2705,8 +2703,6 @@ } }, "vnfProducts": { - "title": "Vnfproducts", - "description": "match VNF packages that contain VNF products with certain product names, from one particular provider", "required": ["vnfProductName"], "type": "object", "properties": { @@ -2718,7 +2714,11 @@ "minLength": 1 }, "versions": { - "$ref": "#/definitions/Version" + "description": "match VNF packages that contain VNF products with certain versions", + "type": "array", + "items": { + "$ref": "#/definitions/Version" + } } } }, @@ -2734,7 +2734,11 @@ "minLength": 1 }, "vnfProducts": { - "$ref": "#/definitions/vnfProducts" + "description": "match VNF packages that contain VNF products with certain product names, from one particular provider", + "type": "array", + "items": { + "$ref": "#/definitions/vnfProducts" + } } } }, -- cgit 1.2.3-korg