Added multiple A1 support in Near-RT RIC simulator
[sim/a1-interface.git] / near-rt-ric-simulator / test / OSC_2.1.0 / jsonfiles / pt2.json
1 {
2     "name": "pt2",
3     "description": "pt2 policy type",
4     "policy_type_id": 2,
5     "create_schema": {
6       "$schema": "http://json-schema.org/draft-07/schema#",
7       "title": "STD_QoSNudging_0.2.0",
8       "description": "QoS policy type",
9       "type": "object",
10       "properties": {
11         "scope": {
12           "type": "object",
13           "properties": {
14             "ueId": {
15               "type": "string"
16             },
17             "qosId": {
18               "type": "string"
19             }
20           },
21           "additionalProperties": false,
22           "required": [
23             "ueId",
24             "qosId"
25           ]
26         },
27         "statement": {
28           "type": "object",
29           "properties": {
30             "priorityLevel": {
31               "type": "number"
32             }
33           },
34           "additionalProperties": false,
35           "required": [
36             "priorityLevel"
37           ]
38         }
39       }
40     }
41   }