Updated function test env with new tests and features
[nonrtric.git] / test / auto-test / testdata / OSC / sim_3.json
1 {
2   "name": "pt3",
3   "description": "pt3 policy type",
4   "policy_type_id": 3,
5   "create_schema": {
6     "$schema": "http://json-schema.org/draft-07/schema#",
7     "title": "OSC_Type3_1.0.0",
8     "description": "Type 3 policy type",
9     "type": "object",
10     "properties": {
11       "scope": {
12         "type": "object",
13         "properties": {
14           "groupId": {
15             "type": "string"
16           }
17         },
18         "additionalProperties": false,
19         "required": [
20           "groupId"
21         ]
22       },
23       "qosObjective": {
24         "type": "object",
25         "properties": {
26           "priorityLevel": {
27             "type": "number"
28           }
29         },
30         "additionalProperties": false,
31         "required": [
32           "priorityLevel"
33         ]
34       }
35     },
36     "additionalProperties": false,
37     "required": [
38       "scope", "qosObjective"
39     ]
40   }
41 }