Added Xacml actor
[policy/models.git] / models-interactions / model-actors / actor.xacml / src / test / resources / makeReqStd.json
1 {
2   "ONAPName": "my-onap-name",
3   "ONAPComponent": "my-onap-component",
4   "ONAPInstance": "my-onap-instance",
5   "requestId": "abcdefghi",
6   "action": "guard",
7   "resource": {
8     "guard": {
9       "abc": "123",
10       "hello": "world"
11     }
12   }
13 }