| { |
| "name": "pt3", |
| "description": "pt3 policy type", |
| "policy_type_id": 3, |
| "create_schema": { |
| "$schema": "http://json-schema.org/draft-07/schema#", |
| "title": "OSC_Type3_1.0.0", |
| "description": "Type 3 policy type", |
| "type": "object", |
| "properties": { |
| "scope": { |
| "type": "object", |
| "properties": { |
| "groupId": { |
| "type": "string" |
| } |
| }, |
| "additionalProperties": false, |
| "required": [ |
| "groupId" |
| ] |
| }, |
| "qosObjective": { |
| "type": "object", |
| "properties": { |
| "priorityLevel": { |
| "type": "number" |
| } |
| }, |
| "additionalProperties": false, |
| "required": [ |
| "priorityLevel" |
| ] |
| } |
| }, |
| "additionalProperties": false, |
| "required": [ |
| "scope", "qosObjective" |
| ] |
| } |
| } |