blob: 3891b76a70bb71732791cb4b02d0a77633a4c6c5 [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "OSC_Type4_1.0.0",
"description": "Type 4 policy type",
"type": "object",
"properties": {
"scope": {
"type": "object",
"properties": {
"cellId": {
"type": "string"
}
},
"additionalProperties": false,
"required": [
"cellId"
]
},
"qosObjectives": {
"type": "object",
"properties": {
"priorityLevel": {
"type": "number"
}
},
"additionalProperties": false,
"required": [
"priorityLevel"
]
}
},
"additionalProperties": false,
"required": [
"scope", "qosObjectives"
]
}