Update SEPA TIS Specs authored by Konrad Botor's avatar Konrad Botor
...@@ -508,7 +508,7 @@ components: ...@@ -508,7 +508,7 @@ components:
- currency - currency
- date - date
- mtd - mtd
- prty - prtry
- cd - cd
- debtor - debtor
- creditor - creditor
...@@ -822,14 +822,14 @@ components: ...@@ -822,14 +822,14 @@ components:
- DIS-0002 - DIS-0002
- DIS-0003 - DIS-0003
description: >- description: >-
Error code (1 - document with given ID already exists, 2 - missing Error code (1 - document with given ID already exists, 2 - validation error,
required data, 3 - technical error) 3 - technical error)
example: DIS-0001 example: DIS-0001
message: message:
type: object type: object
description: >- description: >-
Error message. Can be a simple string or an array of ValidationError objects Error message. Can be a simple string or an array of ValidationError objects
example: Document with given ID already exists example: Document with given ID already exists
ValidationError: ValidationError:
type: object type: object
description: >- description: >-
... ...
......