mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 14:08:08 +01:00
58 lines
1.9 KiB
JSON
58 lines
1.9 KiB
JSON
{
|
|
"accounts": [
|
|
{
|
|
"name": "Matt Murdock",
|
|
"email": "matt.murdock@nelsonmurdock.com",
|
|
"account_id": "11235",
|
|
"checking_balance": "1275.4",
|
|
"savings_balance": "2800.15",
|
|
"bitcoin_balance": 0.1378,
|
|
"account_creation_date": "2014-03-10"
|
|
},
|
|
{
|
|
"name": "Foggy Nelson",
|
|
"email": "foggy.nelson@nelsonmurdock.com",
|
|
"account_id": "112358",
|
|
"checking_balance": "1523.66",
|
|
"savings_balance": "4875.89",
|
|
"bitcoin_balance": 0.0923,
|
|
"account_creation_date": "2014-03-10"
|
|
},
|
|
{
|
|
"name": "Karen Page",
|
|
"email": "karen.page@nelsonmurdock.com",
|
|
"account_id": "112",
|
|
"checking_balance": 645.25,
|
|
"savings_balance": "830.5",
|
|
"bitcoin_balance": 0.0456,
|
|
"account_creation_date": "2015-01-15"
|
|
},
|
|
{
|
|
"name": "Wilson Fisk",
|
|
"email": "wilson.fisk@fiskcorp.com",
|
|
"account_id": "11",
|
|
"checking_balance": 25000.0,
|
|
"savings_balance": 150000.75,
|
|
"bitcoin_balance": 5987.6721,
|
|
"account_creation_date": "2013-09-20"
|
|
},
|
|
{
|
|
"name": "Frank Castle",
|
|
"email": "frank.castle@vigilante.net",
|
|
"account_id": "1",
|
|
"checking_balance": 320.1,
|
|
"savings_balance": 0.3,
|
|
"bitcoin_balance": 15.2189,
|
|
"account_creation_date": "2016-02-05"
|
|
},
|
|
{
|
|
"name": "Joshua Smith",
|
|
"email": "joshmsmith@gmail.com",
|
|
"account_id": "11235813",
|
|
"checking_balance": 3021.9,
|
|
"savings_balance": 500.5,
|
|
"bitcoin_balance": 0.001,
|
|
"account_creation_date": "2020-03-19"
|
|
}
|
|
]
|
|
} |