diff --git a/java-spring/schemas/java-mt-demo-extended-api.json b/java-spring/schemas/java-mt-demo-extended-api.json index 56ee118..95fdd8c 100644 --- a/java-spring/schemas/java-mt-demo-extended-api.json +++ b/java-spring/schemas/java-mt-demo-extended-api.json @@ -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": {