diff options
Diffstat (limited to 'applications/match/src/test/resources/decision.match.input.json')
-rw-r--r-- | applications/match/src/test/resources/decision.match.input.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/applications/match/src/test/resources/decision.match.input.json b/applications/match/src/test/resources/decision.match.input.json new file mode 100644 index 00000000..403d0155 --- /dev/null +++ b/applications/match/src/test/resources/decision.match.input.json @@ -0,0 +1,10 @@ +{ + "ONAPName": "my-ONAP", + "ONAPComponent": "my-component", + "ONAPInstance": "my-instance", + "requestId": "unique-request-1", + "action": "match", + "resource": { + "matchable": "" + } +}
\ No newline at end of file |