X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=policy-agent%2Fsrc%2Ftest%2Fresources%2Fpolicy_types%2Fdemo-policy-schema-2.json;fp=policy-agent%2Fsrc%2Ftest%2Fresources%2Fpolicy_types%2Fdemo-policy-schema-2.json;h=0000000000000000000000000000000000000000;hb=13c62d122c38b98cbdc76a4a775c6f6187e40e39;hp=f3eb28fbedd45ef028e240e76a8436216a442623;hpb=6a39814272307d0207222c9229b0d765ac062bf0;p=nonrtric.git diff --git a/policy-agent/src/test/resources/policy_types/demo-policy-schema-2.json b/policy-agent/src/test/resources/policy_types/demo-policy-schema-2.json deleted file mode 100644 index f3eb28fb..00000000 --- a/policy-agent/src/test/resources/policy_types/demo-policy-schema-2.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "title": "Example_QoETarget_1.0.0", - "description": "Example QoE Target policy type", - "type": "object", - "properties": { - "scope": { - "type": "object", - "properties": { - "ueId": { - "type": "string" - }, - "sliceId": { - "type": "string" - }, - "qosId": { - "type": "string" - }, - "cellId": { - "type": "string" - } - }, - "additionalProperties": false, - "required": [ - "ueId", - "sliceId" - ] - }, - "statement": { - "type": "object", - "properties": { - "qoeScore": { - "type": "number" - }, - "initialBuffering": { - "type": "number" - }, - "reBuffFreq": { - "type": "number" - }, - "stallRatio": { - "type": "number" - } - }, - "minProperties": 1, - "additionalProperties": false - } - } -} \ No newline at end of file