Add O2 IMS compliance automation test scripts.
[it/test.git] / test_scripts / O2IMS_Compliance_Test / o2ims_compliance / schemas / alarm_subscription_properties.json
diff --git a/test_scripts/O2IMS_Compliance_Test/o2ims_compliance/schemas/alarm_subscription_properties.json b/test_scripts/O2IMS_Compliance_Test/o2ims_compliance/schemas/alarm_subscription_properties.json
new file mode 100644 (file)
index 0000000..8c70db3
--- /dev/null
@@ -0,0 +1,27 @@
+{
+    "type": "object",
+    "properties": {
+        "alarmSubscriptionId": {
+            "type": "string"
+        },
+        "callback": {
+            "type": "string"
+        },
+        "consumerSubscriptionId": {
+            "type": [
+                "null",
+                "string"
+            ]
+        },
+        "filter": {
+            "type": [
+                "null",
+                "string"
+            ]
+        }
+    },
+    "required": [
+        "alarmSubscriptionId",
+        "callback"
+    ]
+}
\ No newline at end of file