transaction-watcher/kafka-schemas/balance.json

6 lines
131 B
JSON
Raw Permalink Normal View History

2023-04-07 08:30:01 +00:00
{
"customer_number": 123456,
"amount": -123456,
"timestamp": "RFC3339 or ISO8601 FORMAT",
"transaction_id": "STRING"
}