Remove dashboard
[nonrtric.git] / dashboard / webapp-backend / src / test / resources / demo-policy-schema-3.json
diff --git a/dashboard/webapp-backend/src/test/resources/demo-policy-schema-3.json b/dashboard/webapp-backend/src/test/resources/demo-policy-schema-3.json
deleted file mode 100644 (file)
index 695514c..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-{
-  "$schema": "http://json-schema.org/draft-07/schema#",
-  "title": "Example_TrafficSteeringPreference_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"
-      ]
-    },
-    "statement": {
-      "type": "object",
-      "properties": {
-        "cellIdList": {
-          "type": "array",
-          "minItems": 1,
-          "uniqueItems": true,
-          "items": {
-            "type": "string"
-          }
-        },
-        "preference": {
-          "type": "string",
-          "enum": [
-            "SHALL",
-            "PREFER",
-            "AVOID",
-            "FORBID"
-          ]
-        },
-        "primary": {
-          "type": "boolean"
-        }
-      },
-      "required": [
-        "cellIdList",
-        "preference"
-      ],
-      "additionalProperties": false
-    }
-  }
-}
\ No newline at end of file