blob: 1423a23bff3e84ee0e112a73c2681c125a7ae057 [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "STD QOS2 policy type",
"title": "STD_QOS2_0.1.0",
"type": "object",
"properties": {
"qosObjectives": {
"additionalProperties": false,
"type": "object",
"properties": {
"priorityLevel": {
"type": "number"
}
},
"required": [
"priorityLevel"
]
},
"scope": {
"additionalProperties": false,
"type": "object",
"properties": {
"qosId": {
"type": "string"
}
},
"required": [
"qosId"
]
}
}
}