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