aboutsummaryrefslogtreecommitdiffstats
path: root/examples/examples-myfirstpolicy/src/main/resources/examples/events/MyFirstPolicy/4/EventOut_BoozeItem_084106GMT.json
diff options
context:
space:
mode:
authorwaynedunican <wayne.dunican@est.tech>2023-06-09 09:56:49 +0100
committerLiam Fallon <liam.fallon@est.tech>2023-06-15 14:41:14 +0000
commit4e0f76b5746ac333907a1415b135ffee89f21fa4 (patch)
treebb2cd3b43bfa59e7f549ddd165a318de2cc38a54 /examples/examples-myfirstpolicy/src/main/resources/examples/events/MyFirstPolicy/4/EventOut_BoozeItem_084106GMT.json
parentab917840ef7dca6d4127add0beb274924bbc17bd (diff)
Add AVRO example for MyFirstPolicylondon
- Avro example added for MFP - Documentation review to follow - Avro schemaTypes created individally in .avsc files Issue-ID: POLICY-4691 Change-Id: I6be22763eeac9251d75b80f67052ba4ae7274f75 Signed-off-by: waynedunican <wayne.dunican@est.tech> (cherry picked from commit 6b9adb56fe3af31b06a5d5a218d016e0d8780121)
Diffstat (limited to 'examples/examples-myfirstpolicy/src/main/resources/examples/events/MyFirstPolicy/4/EventOut_BoozeItem_084106GMT.json')
-rw-r--r--examples/examples-myfirstpolicy/src/main/resources/examples/events/MyFirstPolicy/4/EventOut_BoozeItem_084106GMT.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/examples-myfirstpolicy/src/main/resources/examples/events/MyFirstPolicy/4/EventOut_BoozeItem_084106GMT.json b/examples/examples-myfirstpolicy/src/main/resources/examples/events/MyFirstPolicy/4/EventOut_BoozeItem_084106GMT.json
new file mode 100644
index 000000000..3625f908f
--- /dev/null
+++ b/examples/examples-myfirstpolicy/src/main/resources/examples/events/MyFirstPolicy/4/EventOut_BoozeItem_084106GMT.json
@@ -0,0 +1,17 @@
+{
+ "nameSpace": "com.hyperm",
+ "name": "SALE_AUTH",
+ "version": "0.0.1",
+ "source": "",
+ "target": "",
+ "amount": 1249,
+ "assistant_ID": 12,
+ "authorised": false,
+ "branch_ID": 2,
+ "item_ID": 1012,
+ "message": "Sale not authorised by policy task MorningBoozeCheck for time 08:41:06 GMT. Alcohol can not be sold between 00:00:00 GMT and 11:30:00 GMT",
+ "notes": null,
+ "quantity": 1,
+ "sale_ID": 99999992,
+ "time": 1483346466000
+} \ No newline at end of file