blob: fa7410fba5e6efa7e86196bf00d41a9358770a3b [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Example_QoSTarget_1.0.0",
"description": "Example QoS Target policy type",
"type": "object",
"properties": {
"scope": {
"type": "object",
"properties": {
"qosId": {
"type": "string"
},
"cellId": {
"type": "string"
}
},
"additionalProperties": false,
"required": [
"qosId"
]
},
"statement": {
"type": "object",
"properties": {
"gfbr": {
"type": "number"
},
"mfbr": {
"type": "number"
},
"priorityLevel": {
"type": "number"
},
"pdb": {
"type": "number"
}
},
"minProperties": 1,
"additionalProperties": false
}
}
}