Adapted test scripts to changes in PMS 2.0
[nonrtric.git] / test / auto-test / demo-testdata / STD2 / qos-agent-modified.json
diff --git a/test/auto-test/demo-testdata/STD2/qos-agent-modified.json b/test/auto-test/demo-testdata/STD2/qos-agent-modified.json
new file mode 100644 (file)
index 0000000..3748b79
--- /dev/null
@@ -0,0 +1,36 @@
+{
+    "$schema": "http://json-schema.org/draft-07/schema#",
+    "description": "STD QOS policy type",
+    "title": "STD_QOS_0_2_0",
+    "type": "object",
+    "properties": {
+      "qosObjectives": {
+        "additionalProperties": false,
+        "type": "object",
+        "properties": {
+          "priorityLevel": {
+            "type": "number"
+          }
+        },
+        "required": [
+          "priorityLevel"
+        ]
+      },
+      "scope": {
+        "additionalProperties": false,
+        "type": "object",
+        "properties": {
+          "qosId": {
+            "type": "string"
+          },
+          "ueId": {
+            "type": "string"
+          }
+        },
+        "required": [
+          "ueId",
+          "qosId"
+        ]
+      }
+    }
+  }
\ No newline at end of file