mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 14:08:08 +01:00
27 lines
575 B
JSON
27 lines
575 B
JSON
{
|
|
"theCompany": {
|
|
"weLove": "theCompany",
|
|
"employees": [
|
|
{
|
|
"email": "josh.smith@temporal.io",
|
|
"currentPTOHrs": 400,
|
|
"hrsAddedPerMonth": 8
|
|
},
|
|
{
|
|
"email": "laine@awesome.com",
|
|
"currentPTOHrs": 40,
|
|
"hrsAddedPerMonth": 12
|
|
},
|
|
{
|
|
"email": "steve.this.is.for.you@gmail.com",
|
|
"currentPTOHrs": 4000,
|
|
"hrsAddedPerMonth": 20
|
|
},
|
|
{
|
|
"email": "your_email_here@yourcompany.com",
|
|
"currentPTOHrs": 150,
|
|
"hrsAddedPerMonth": 19
|
|
}
|
|
]
|
|
}
|
|
} |