transaction-watcher/kafka-schemas/transactions.json

7 lines
173 B
JSON
Raw Permalink Normal View History

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