Add O2 IMS compliance automation test scripts.
[it/test.git] / test_scripts / O2IMS_Compliance_Test / o2ims_compliance / schemas / client_errors_properties.json
diff --git a/test_scripts/O2IMS_Compliance_Test/o2ims_compliance/schemas/client_errors_properties.json b/test_scripts/O2IMS_Compliance_Test/o2ims_compliance/schemas/client_errors_properties.json
new file mode 100644 (file)
index 0000000..e751e17
--- /dev/null
@@ -0,0 +1,29 @@
+{
+    "type": "object",
+    "properties": {
+        "detail": {
+            "type": "string",
+            "default": ""
+        },
+        "instance": {
+            "type": "array",
+            "default": []
+        },
+        "status": {
+            "type": "integer",
+            "default": 400
+        },
+        "title": {
+            "type": "string",
+            "default": "Bad Request"
+        },
+        "type": {
+            "type": "string",
+            "default": "/o2ims-infrastructureMonitoring/v1/alarmSubscriptions"
+        }
+    },
+    "required": [
+        "detail",
+        "status"
+    ]
+}
\ No newline at end of file