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