Add O2 IMS compliance automation test scripts.
[it/test.git] / test_scripts / O2IMS_Compliance_Test / o2ims_compliance / schemas / subscription_post_resp_properties.json
diff --git a/test_scripts/O2IMS_Compliance_Test/o2ims_compliance/schemas/subscription_post_resp_properties.json b/test_scripts/O2IMS_Compliance_Test/o2ims_compliance/schemas/subscription_post_resp_properties.json
new file mode 100644 (file)
index 0000000..55d314a
--- /dev/null
@@ -0,0 +1,12 @@
+{
+    "type": "object",
+    "properties": {
+        "subscriptionId": {
+            "type": "string",
+            "default": "6367384a-d9cf-43e3-8b18-2ffe31ca07b6"
+        }
+    },
+    "required": [
+        "subscriptionId"
+    ]
+}
\ No newline at end of file