mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 22:18:09 +01:00
18 lines
342 B
JSON
18 lines
342 B
JSON
{
|
|
"theCompany": {
|
|
"weLove": "theCompany",
|
|
"accrualPer": "month",
|
|
"employees": [
|
|
{
|
|
"email": "josh.smith@temporal.io",
|
|
"currentPTOHrs": 400,
|
|
"accrualHrsRate": 8
|
|
},
|
|
{
|
|
"email": "laine.smith@awesome.com",
|
|
"currentPTOHrs": 40,
|
|
"accrualHrsRate": 12
|
|
}
|
|
]
|
|
}
|
|
} |