summaryrefslogtreecommitdiff
path: root/talerbank/app/schemas.py
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-03-04 10:15:35 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-03-04 10:15:35 +0100
commit66e32bbaf9ca647399673d916a504d1be6bb0839 (patch)
tree2e725df9378a68d160949750f8bf39f7ffcc8e3d /talerbank/app/schemas.py
parentb3ac8a6822a81b49b3a38674358c4beea4438945 (diff)
downloadbank-66e32bbaf9ca647399673d916a504d1be6bb0839.tar.gz
bank-66e32bbaf9ca647399673d916a504d1be6bb0839.tar.bz2
bank-66e32bbaf9ca647399673d916a504d1be6bb0839.zip
Wire transfer subject is JSON containing exchange URL
and reserve public key.
Diffstat (limited to 'talerbank/app/schemas.py')
-rw-r--r--talerbank/app/schemas.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/talerbank/app/schemas.py b/talerbank/app/schemas.py
index 5dfcbce..7821bfa 100644
--- a/talerbank/app/schemas.py
+++ b/talerbank/app/schemas.py
@@ -53,6 +53,7 @@ incoming_request_schema = {
"properties": {
"amount": {"type": amount_schema},
"wtid": {"type": "string"},
+ "exchange_url": {"type": "string"},
"credit_account": {"type": "integer"},
"debit_account": {"type": "integer"}
}