{
"resources": [
{
"name": "technician-1",
"shifts": [{
"from": "2024-03-15T08:00:00Z",
"to": "2024-03-15T17:00:00Z",
"start": {"latitude": 40.7128, "longitude": -74.0060},
"end": {"latitude": 40.7128, "longitude": -74.0060},
"breaks": [{
"type": "WINDOWED",
"from": "2024-03-15T12:00:00Z",
"to": "2024-03-15T13:00:00Z",
"duration": 2700
}]
}],
"tags": ["plumbing", "electrical", "hvac"]
},
{
"name": "technician-2",
"shifts": [{
"from": "2024-03-15T08:00:00Z",
"to": "2024-03-15T17:00:00Z",
"start": {"latitude": 40.7128, "longitude": -74.0060},
"end": {"latitude": 40.7128, "longitude": -74.0060}
}],
"tags": ["plumbing", "appliance"]
}
],
"jobs": [
{
"name": "appointment-1",
"location": {"latitude": 40.7260, "longitude": -73.9897},
"duration": 5400,
"windows": [{"from": "2024-03-15T08:00:00Z", "to": "2024-03-15T10:00:00Z", "hard": true}],
"tags": [{"name": "plumbing", "hard": true}],
"priority": 100
},
{
"name": "appointment-2",
"location": {"latitude": 40.7489, "longitude": -73.9680},
"duration": 3600,
"windows": [{"from": "2024-03-15T09:00:00Z", "to": "2024-03-15T12:00:00Z", "hard": true}],
"tags": [{"name": "hvac", "hard": true}]
},
{
"name": "appointment-3",
"location": {"latitude": 40.7074, "longitude": -74.0113},
"duration": 2700,
"windows": [{"from": "2024-03-15T13:00:00Z", "to": "2024-03-15T16:00:00Z", "hard": true}],
"tags": [{"name": "appliance", "hard": true}]
}
],
"options": {
"snapUnit": 900
}
}