1b1c508fed99e92142e49a1a9dc6e4160d5a369c
[nonrtric.git] / test / auto-test / testdata / OSC / 5-agent-modified.json
1 {
2     "$schema": "http://json-schema.org/draft-07/schema#",
3     "title": "5",
4     "description": "Type 5 policy type",
5     "type": "object",
6     "properties": {
7       "scope": {
8         "type": "object",
9         "properties": {
10           "sliceId": {
11             "type": "string"
12           },
13           "cellId": {
14             "type": "string"
15           }
16         },
17         "additionalProperties": false,
18         "required": [
19           "sliceId",
20           "cellId"
21         ]
22       },
23       "qosObjectives": {
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", "qosObjectives"
39     ]
40   }