8be17bb975b827cc1e1256c5c187634f6a6efd5b
[nonrtric.git] / near-rt-ric-simulator / ric-plt / a1 / policy_type_STD_QoSNudging_0.1.0.json
1 {
2   "$schema": "http://json-schema.org/draft-07/schema#",
3   "title": "STD_QoSNudging_0.1.0",
4   "description": "QoS policy type with ueId and qosId scope, version 0.1.0",
5   "type": "object",
6   "properties": {
7     "scope": {
8       "type": "object",
9       "properties": {
10         "ueId": {"type": "string"},
11         "qosId": {"type": "string"}
12       },
13       "additionalProperties": false,
14       "required": ["ueId", "qosId"]
15     },
16     "statement": {
17       "type": "object",
18       "properties": {
19         "priorityLevel": {"type": "number"}
20       },
21       "additionalProperties": false,
22       "required": ["priorityLevel"]
23     }
24   }
25 }