Modify vnfProducts definition in swagger
[modeling/etsicatalog.git] / catalog / packages / tests / const.py
index 233f3ee..fc4869c 100644 (file)
@@ -559,18 +559,18 @@ vnf_subscription_data = {
         "notificationTypes": [
             "VnfPackageOnboardingNotification"
         ],
-        "vnfProductsFromProviders": {
+        "vnfProductsFromProviders": [{
             "vnfProvider": "string",
-            "vnfProducts": {
+            "vnfProducts": [{
                 "vnfProductName": "string",
-                "versions": {
+                "versions": [{
                     "vnfSoftwareVersion": "string",
                     "vnfdVersions": [
                         "string"
                     ]
-                }
-            }
-        },
+                }]
+            }]
+        }],
         "vnfdId": [
             "00342b18-a5c7-11e8-998c-bf1755941f12"
         ],