Update SEPA TIS Specs authored by Konrad Botor's avatar Konrad Botor
......@@ -531,6 +531,10 @@ components:
document SEPA-MMS User Detailed Functional Specifications for Credit
Transfer Processing (SCT). Uniqueness is checked.
example: 8e7070743da24402a7fc290bc62fbcd0
title:
type: string
description: Payment title
example: Transfer to external account
amount:
type: number
format: double
......@@ -822,26 +826,26 @@ components:
- DIS-0002
- DIS-0003
description: >-
Error code (1 - document with given ID already exists, 2 - validation error,
3 - technical error)
Error code (1 - document with given ID already exists, 2 -
validation error, 3 - technical error)
example: DIS-0001
message:
type: object
description: >-
Error message. Can be a simple string or an array of ValidationError objects
example: Document with given ID already exists
Error message. Can be a simple string or an array of ValidationError
objects example: Document with given ID already exists
ValidationError:
type: object
description: >-
Validation error object - an array of those objects is passed instead of a
single message in Error object in case of validation error
Validation error object - an array of those objects is passed instead of
a single message in Error object in case of validation error
required:
- field
- message
properties:
field:
type: string
description: name of the field, which failed validation
description: 'name of the field, which failed validation'
example: jsonrpc
message:
type: string
......
......