Add O2 IMS compliance automation test scripts.
[it/test.git] / test_scripts / O2IMS_Compliance_Test / o2ims_compliance / schemas / ocloud_properties.json
diff --git a/test_scripts/O2IMS_Compliance_Test/o2ims_compliance/schemas/ocloud_properties.json b/test_scripts/O2IMS_Compliance_Test/o2ims_compliance/schemas/ocloud_properties.json
new file mode 100644 (file)
index 0000000..c02d37c
--- /dev/null
@@ -0,0 +1,36 @@
+{
+    "type": "object",
+    "properties": {
+        "oCloudId": {
+            "type": "string",
+            "default": "ce2eec13-24b0-4cca-aa54-548be6cc985b"
+        },
+        "globalcloudId": {
+            "type": "string",
+            "default": ""
+        },
+        "name": {
+            "type": "string",
+            "default": "5ffd1c7f-2af7-4dd4-8519-4cab54c561ef"
+        },
+        "description": {
+            "type": "string",
+            "default": "An ocloud"
+        },
+        "infrastructureManagementServiceEndpoint": {
+            "type": "null",
+            "default": null
+        },
+        "serviceUri": {
+            "type": "string",
+            "default": ""
+        }
+    },
+    "required": [
+        "description",
+        "globalcloudId",
+        "serviceUri",
+        "name",
+        "oCloudId"
+    ]
+}
\ No newline at end of file