Add script to start PMS and add policy type
[nonrtric/rapp/healthcheck.git] / test / sim_hw.json
diff --git a/test/sim_hw.json b/test/sim_hw.json
new file mode 100644 (file)
index 0000000..47e0ae0
--- /dev/null
@@ -0,0 +1,18 @@
+{
+    "name": "hwpolicy",
+    "description": "Hellow World policy type",
+    "policy_type_id": 2,
+    "create_schema": {
+      "$schema": "http://json-schema.org/draft-07/schema#",
+      "title": "HW Policy",
+      "description": "Hello World policy type",
+      "type": "object",
+      "properties": {
+        "threshold": {
+          "type": "integer",
+          "default": 0
+        }
+      },
+      "additionalProperties": false
+    }
+  }
\ No newline at end of file