blob: 1708a1e3ec7dfdccf95806d7c72f6b851f5f4ef8 [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "OSC_Type5_1.0.0",
"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"
]
}