Merge "Add O2 IMS compliance automation test scripts."
[it/test.git] / test_scripts / O2IMS_Compliance_Test / o2ims_compliance / schemas / deploymentManager_properties.json
diff --git a/test_scripts/O2IMS_Compliance_Test/o2ims_compliance/schemas/deploymentManager_properties.json b/test_scripts/O2IMS_Compliance_Test/o2ims_compliance/schemas/deploymentManager_properties.json
new file mode 100644 (file)
index 0000000..9ec6b91
--- /dev/null
@@ -0,0 +1,39 @@
+{
+    "type": "object",
+    "properties": {
+        "deploymentManagerId": {
+            "type": "string",
+            "default": "a6f48e28-0c50-330c-934f-2c355bdaed98"
+        },
+        "name": {
+            "type": "string",
+            "default": ""
+        },
+        "description": {
+            "type": "string",
+            "default": ""
+        },
+        "oCloudId": {
+            "type": "string",
+            "default": ""
+        },
+        "serviceUri": {
+            "type": "string",
+            "default": ""
+        },
+        "extensions": {
+            "type": [
+                "null",
+                "object"
+            ],
+            "default": null
+        }
+    },
+    "required": [
+        "deploymentManagerId",
+        "description",
+        "name",
+        "oCloudId",
+        "serviceUri"
+    ]
+}
\ No newline at end of file