Add O2 IMS compliance automation test scripts.
[it/test.git] / test_scripts / O2IMS_Compliance_Test / o2ims_compliance / schemas / resourcePools_properties.json
diff --git a/test_scripts/O2IMS_Compliance_Test/o2ims_compliance/schemas/resourcePools_properties.json b/test_scripts/O2IMS_Compliance_Test/o2ims_compliance/schemas/resourcePools_properties.json
new file mode 100644 (file)
index 0000000..4841c35
--- /dev/null
@@ -0,0 +1,42 @@
+{
+    "type": "array",
+    "items": {
+        "type": "object",
+        "properties": {
+            "resourcePoolId": {
+                "type": "string"
+            },
+            "name": {
+                "type": "string"
+            },
+            "globalLocationId": {
+                "type": "string"
+            },
+            "location": {
+                "type": "string"
+            },
+            "description": {
+                "type": "string"
+            },
+            "oCloudId": {
+                "type": "string",
+                "default": "oCloudId"
+            },
+            "resources": {
+                "type": "array",
+                "default": []
+            },
+            "extensions": {
+                "type": "null",
+                "default": null
+            }
+        },
+        "required": [
+            "description",
+            "globalLocationId",
+            "name",
+            "resourcePoolId",
+            "oCloudId"
+        ]
+    }
+}
\ No newline at end of file