Adding ONAP PMS as a submodule.
[nonrtric.git] / policy-agent / src / test / resources / policy_types / demo-policy-schema-2.json
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 (file)
index f3eb28f..0000000
+++ /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