Fixes [INT-151] supportProfileList is not part of the attributes of the Deployment... 98/13898/2
authorAlberto Losada <alosadag@redhat.com>
Wed, 18 Dec 2024 11:51:38 +0000 (12:51 +0100)
committerAlberto Losada <alosadag@redhat.com>
Thu, 19 Dec 2024 10:42:45 +0000 (11:42 +0100)
Change-Id: Ie776c8e8d337ea156365f52fbad34c44aa885d2a
Signed-off-by: Alberto Losada <alosadag@redhat.com>
test_scripts/O2IMS_Compliance_Test/o2ims_compliance/schemas/deploymentManagers_properties.json

index 696341f..c153e62 100644 (file)
             "capacity": {
                 "type": "string"
             },
-            "profileSupportList": {
-                "type": "array",
-                "items": {
-                    "type": "string"
-                }
-            },
             "oCloudId": {
                 "type": "string"
             },
                 "type": "string"
             },
             "extensions": {
-                "type": "null",
-                "default": ""
+                "type": [
+                    "null",
+                    "object"
+                ],
+                "default": null
             }
         },
         "required": [
             "deploymentManagerId",
             "description",
             "name",
-            "profileSupportList",
             "oCloudId",
             "serviceUri"
         ]
     }
-}
\ No newline at end of file
+}