Add O2 IMS compliance automation test scripts.
[it/test.git] / test_scripts / O2IMS_Compliance_Test / o2ims_compliance / schemas / unsupported_method_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": 405
15         },
16         "title": {
17             "type": "string",
18             "default": ""
19         },
20         "type": {
21             "type": "string",
22             "default": ""
23         },
24         "message": {
25             "type": "string",
26             "default": ""
27         }
28     },
29     "required": [
30         "detail",
31         "status"
32     ]
33 }