Remove dashboard
[nonrtric.git] / dashboard / webapp-backend / src / test / resources / demo-policy-schema-1.json
diff --git a/dashboard/webapp-backend/src/test/resources/demo-policy-schema-1.json b/dashboard/webapp-backend/src/test/resources/demo-policy-schema-1.json
deleted file mode 100644 (file)
index fa7410f..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-{
-  "$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
-    }
-  }
-}
\ No newline at end of file