- updated swagger schema

This commit is contained in:
dartpopikyardo
2016-03-18 17:37:50 +03:00
parent 63d0e21fc4
commit 40e03dd8e6

View File

@@ -544,7 +544,23 @@
}
}
},
"AccountTransactionInfo": {},
"AccountTransactionInfo": {
"properties": {
"amount": {
"type": "integer",
"format": "int64"
},
"fromAccountId": {
"type": "string"
},
"toAccountId": {
"type": "string"
},
"transactionId": {
"type": "string"
}
}
},
"Map«string,ToAccountInfo»": {
"type": "object",
"additionalProperties": {