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