Add O2 IMS compliance automation test scripts.
[it/test.git] / test_scripts / O2IMS_Compliance_Test / o2ims_compliance / schemas / client_errors_properties.json
1 {
2     "type": "object",
3     "properties": {
4         "detail": {
5             "type": "string",
6             "default": ""
7         },
8         "instance": {
9             "type": "array",
10             "default": []
11         },
12         "status": {
13             "type": "integer",
14             "default": 400
15         },
16         "title": {
17             "type": "string",
18             "default": "Bad Request"
19         },
20         "type": {
21             "type": "string",
22             "default": "/o2ims-infrastructureMonitoring/v1/alarmSubscriptions"
23         }
24     },
25     "required": [
26         "detail",
27         "status"
28     ]
29 }