{
"type": "object", "properties": { "purpose": { "type": "string" }, "name": { "type": "string" }, "iban": { "type": "string" }, "bic": { "type": "string" }, "booking_date": { "type": "date" }, "valutation_date": { "type": "date" }, "type": { "type": "string" }, "amount": { "type": "object", "properties": { "cents": { "type": "string" }, "currency": { "type": "string" } } } }
}