Merge "Add O2 IMS compliance automation test scripts."
[it/test.git] / test_scripts / O2IMS_Compliance_Test / o2ims_compliance / schemas / resourcePool_allfields_properties.json
diff --git a/test_scripts/O2IMS_Compliance_Test/o2ims_compliance/schemas/resourcePool_allfields_properties.json b/test_scripts/O2IMS_Compliance_Test/o2ims_compliance/schemas/resourcePool_allfields_properties.json
new file mode 100644 (file)
index 0000000..d430509
--- /dev/null
@@ -0,0 +1,42 @@
+{
+    "type": "object",
+    "properties": {
+        "resourcePoolId": {
+            "type": "string",
+            "default": "ce2eec13-24b0-4cca-aa54-548be6cc985b"
+        },
+        "globalLocationId": {
+            "type": "string",
+            "default": ""
+        },
+        "name": {
+            "type": "string",
+            "default": "5ffd1c7f-2af7-4dd4-8519-4cab54c561ef"
+        },
+        "description": {
+            "type": "string",
+            "default": "A Resource Pool"
+        },
+        "oCloudId": {
+            "type": "string",
+            "default": "ce2eec13-24b0-4cca-aa54-548be6cc985b"
+        },
+        "location": {
+            "type": "string",
+            "default": ""
+        },
+        "extensions": {
+            "type": "null",
+            "default": null
+        }
+    },
+    "required": [
+        "description",
+        "extensions",
+        "globalLocationId",
+        "location",
+        "name",
+        "oCloudId",
+        "resourcePoolId"
+    ]
+}
\ No newline at end of file