Sonar corrections. Unit tests and code coverage added
[sim/a1-interface.git] / near-rt-ric-simulator / test / 1.1.x-alpha.2 / example_files / policy_type_STD_QoSNudging_0.2.0.json
diff --git a/near-rt-ric-simulator/test/1.1.x-alpha.2/example_files/policy_type_STD_QoSNudging_0.2.0.json b/near-rt-ric-simulator/test/1.1.x-alpha.2/example_files/policy_type_STD_QoSNudging_0.2.0.json
deleted file mode 100644 (file)
index baf1bbe..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-{
-  "policySchema": {
-    "$schema": "http://json-schema.org/draft-07/schema#",
-    "title": "STD_QoSNudging_0.2.0",
-    "description": "QoS policy type",
-    "type": "object",
-    "properties": {
-      "scope": {
-        "type": "object",
-        "properties": {
-          "ueId": {"type": "string"},
-          "qosId": {"type": "string"}
-        },
-        "additionalProperties": true,
-        "required": ["ueId", "qosId"]
-      },
-      "statement": {
-        "type": "object",
-        "properties": {
-          "priorityLevel": {"type": "number"}
-        },
-        "additionalProperties": false,
-        "required": ["priorityLevel"]
-      }
-    }
-  },
-  "statusSchema": {
-    "$schema": "http://json-schema.org/draft-07/schema#",
-    "title": "statusSchema",
-    "description": "statusSchema",
-    "type": "object",
-    "properties": {
-      "enforceStatus": {
-        "type": "string",
-        "enum": ["UNDEFINED", "ENFORCED", "NOT_ENFORCED"]
-      },
-      "enforceReason": {
-        "type": "string",
-        "enum": ["100", "200", "300", "800"]
-      },
-      "additionalProperties": false
-    },
-    "if": {"properties": {"enforceStatus": {"const": "NOT_ENFORCED"}}},
-    "then": {"required": ["enforceReason"]}
-  }
-}