mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 14:08:08 +01:00
17 lines
319 B
JSON
17 lines
319 B
JSON
{
|
|
"theCompany": {
|
|
"weLove": "theCompany",
|
|
"employees": [
|
|
{
|
|
"email": "josh.smith@temporal.io",
|
|
"currentPTOHrs": 400,
|
|
"hrsAddedPerMonth": 8
|
|
},
|
|
{
|
|
"email": "laine.smith@awesome.com",
|
|
"currentPTOHrs": 40,
|
|
"hrsAddedPerMonth": 12
|
|
}
|
|
]
|
|
}
|
|
} |