summaryrefslogtreecommitdiff
path: root/libeufin/iso20022.rst
diff options
context:
space:
mode:
Diffstat (limited to 'libeufin/iso20022.rst')
-rw-r--r--libeufin/iso20022.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/libeufin/iso20022.rst b/libeufin/iso20022.rst
index d86097b8..7fc0c4d1 100644
--- a/libeufin/iso20022.rst
+++ b/libeufin/iso20022.rst
@@ -12,8 +12,8 @@ having to deal with XML, we define a mapping from ISO 20022 messages into JSON.
The specifics of this mapping are:
- * The JSON should be "idiomatic" and easy to process
- * When possible, the highly nested structures of ISO 20022 should be flattened
+ * The JSON should be "idiomatic" and easy to process.
+ * When possible, the highly nested structures of ISO 20022 should be flattened.
* It must be possible round-trip between the LibEuFin JSON and ISO 20022
XML messages. The mapping of message types is not 1-to-1, as some ISO 20022 messages are
very similar and can be mapped to the same JSON structure.