Add O2 IMS compliance automation test scripts.
[it/test.git] / test_scripts / O2IMS_Compliance_Test / o2ims_compliance / schemas / subscription_post_resp_properties.json
1 {
2     "type": "object",
3     "properties": {
4         "subscriptionId": {
5             "type": "string",
6             "default": "6367384a-d9cf-43e3-8b18-2ffe31ca07b6"
7         }
8     },
9     "required": [
10         "subscriptionId"
11     ]
12 }