Added payload logging and configurable duplicate check
[sim/a1-interface.git] / near-rt-ric-simulator / test / STD_2.0.0 / jsonfiles / std_2.json
diff --git a/near-rt-ric-simulator/test/STD_2.0.0/jsonfiles/std_2.json b/near-rt-ric-simulator/test/STD_2.0.0/jsonfiles/std_2.json
new file mode 100644 (file)
index 0000000..b485fd0
--- /dev/null
@@ -0,0 +1,56 @@
+{
+  "policySchema": {
+    "$schema": "http://json-schema.org/draft-07/schema#",
+    "title": "STD_2_0.2.0",
+    "description": "STD 2 policy type",
+    "type": "object",
+    "properties": {
+      "scope": {
+        "type": "object",
+        "properties": {
+          "ueId": {
+            "type": "string"
+          },
+          "qosId": {
+            "type": "string"
+          }
+        },
+        "additionalProperties": false,
+        "required": [
+          "ueId",
+          "qosId"
+        ]
+      },
+      "statement": {
+        "type": "object",
+        "properties": {
+          "priorityLevel": {
+            "type": "number"
+          }
+        },
+        "additionalProperties": false,
+        "required": [
+          "priorityLevel"
+        ]
+      }
+    }
+  },
+  "statusSchema": {
+    "$schema": "http://json-schema.org/draft-07/schema#",
+    "title": "STD_2_0.2.0",
+    "description": "STD 2 policy type status",
+    "type": "object",
+    "properties": {
+      "enforceStatus": {
+        "type": "string"
+      },
+      "enforceReason": {
+        "type": "string"
+      },
+      "additionalProperties": false,
+      "required": [
+        "enforceStatus"
+      ]
+    }
+  }
+}
\ No newline at end of file