New Guard actor request structure is incorrect
[policy/models.git] / models-interactions / model-actors / actor.guard / src / test / resources / makeReqStd.json
index 6ae8867..fd1f4c7 100644 (file)
@@ -1,11 +1,13 @@
 {
+  "ONAPName": "my-onap-name",
   "ONAPComponent": "my-onap-component",
   "ONAPInstance": "my-onap-instance",
-  "ONAPName": "my-onap-name",
-  "action": "my-action",
   "requestId": "abcdefghi",
+  "action": "guard",
   "resource": {
-    "actor": "resource-actor",
-    "operation": "resource-operation"
+    "guard": {
+      "abc": "123",
+      "hello": "world"
+    }
   }
-}
\ No newline at end of file
+}