| { |
| "$schema": "http://json-schema.org/draft-07/schema#", |
| "title": "Example_QoSTarget_1.0.0", |
| "description": "Example QoS Target policy type", |
| "type": "object", |
| "properties": { |
| "scope": { |
| "type": "object", |
| "properties": { |
| "qosId": { |
| "type": "string" |
| }, |
| "cellId": { |
| "type": "string" |
| } |
| }, |
| "additionalProperties": false, |
| "required": [ |
| "qosId" |
| ] |
| }, |
| "statement": { |
| "type": "object", |
| "properties": { |
| "gfbr": { |
| "type": "number" |
| }, |
| "mfbr": { |
| "type": "number" |
| }, |
| "priorityLevel": { |
| "type": "number" |
| }, |
| "pdb": { |
| "type": "number" |
| } |
| }, |
| "minProperties": 1, |
| "additionalProperties": false |
| } |
| } |
| } |