From c421164160301ff3bcf17e870ad949fd507e89e8 Mon Sep 17 00:00:00 2001 From: dbjdbj Date: Sat, 23 Nov 2019 19:05:49 +0100 Subject: [PATCH 1/2] added --- sample_json/is20022message.json | 43 +++++++++++++++++++++++++++++++++ sample_json/readme.md | 13 ++++++++++ 2 files changed, 56 insertions(+) create mode 100644 sample_json/is20022message.json create mode 100644 sample_json/readme.md diff --git a/sample_json/is20022message.json b/sample_json/is20022message.json new file mode 100644 index 0000000..3885b4d --- /dev/null +++ b/sample_json/is20022message.json @@ -0,0 +1,43 @@ +{ + "activity_report": { + "related_message_reference": { + "creation_date_time": "2009-09-09T11:37:00", + "identification": "ARRMessage24" + }, + "report": [ + { + "transaction_identification": "01190799181-6940-48", + "reported_entity": [ + { + "bic": "ADIABE22" + } + ], + "reported_item": [ + { + "activity": { + "message_name": "tsmt.011.001.02" + }, + "initiator": { + "bic": "SWHQBEBB" + }, + "date_time": "2009-09-06T08:54:00" + }, + { + "activity": { + "message_name": "tsmt.020.001.02" + }, + "initiator": { + "bic": "ADIABE22" + }, + "date_time": "2009-09-06T08:52:00" + } + ] + } + ], + "report_identification": { + "creation_date_time": "2009-09-09T11:38:00", + "identification": "ARPMessage25" + } + }, + "@xmlns": "urn:iso:std:iso:20022:tech:xsd:tsmt.002.001.04" +} \ No newline at end of file diff --git a/sample_json/readme.md b/sample_json/readme.md new file mode 100644 index 0000000..2f1752e --- /dev/null +++ b/sample_json/readme.md @@ -0,0 +1,13 @@ + +## JSON samples + +#### [ISO 20022 and JSON: An Implementation Best Practices Whitepaper](https://www.iso20022.org/sites/default/files/documents/general/ISO20022_API_JSON_Whitepaper_Final_20180129.pdf) + +By members of the ISO 20022 Registration Management Group and the Technical Support Group +Approved for publication by the ISO 20022 RMG 29 January, 2018 + +#### Page 32 +#### Date: January 2018 +--- + + From 8f9b81643c44c33f973f6debe24252fd19808eee Mon Sep 17 00:00:00 2001 From: dbjdbj Date: Sat, 23 Nov 2019 19:07:47 +0100 Subject: [PATCH 2/2] name change --- {sample_json => samples}/is20022message.json | 0 {sample_json => samples}/readme.md | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {sample_json => samples}/is20022message.json (100%) rename {sample_json => samples}/readme.md (100%) diff --git a/sample_json/is20022message.json b/samples/is20022message.json similarity index 100% rename from sample_json/is20022message.json rename to samples/is20022message.json diff --git a/sample_json/readme.md b/samples/readme.md similarity index 100% rename from sample_json/readme.md rename to samples/readme.md