{
    "model": {
        "shipments": [
            {
                "loadDemands": {
                    "weight": {
                        "amount": 1
                    }
                },
                "label": "amzn123",
                "deliveries": [
                    {
                        "arrivalLocation": {
                            "latitude": 49.2808123,
                            "longitude": -123.1140999
                        },
                        "timeWindows": [
                            {
                                "startTime": "2024-07-08T16:00:00Z",
                                "endTime": "2024-07-08T18:00:00Z"
                            }
                        ],
                        "duration": "600s"
                    }
                ]
            },
            {
                "loadDemands": {
                    "weight": {
                        "amount": 1
                    }
                },
                "label": "ea456",
                "deliveries": [
                    {
                        "arrivalLocation": {
                            "latitude": 49.2657632,
                            "longitude": -123.0821095
                        },
                        "timeWindows": [
                            {
                                "startTime": "2024-07-08T16:00:00Z",
                                "endTime": "2024-07-08T18:00:00Z"
                            }
                        ],
                        "duration": "600s"
                    }
                ]
            },
            {
                "loadDemands": {
                    "weight": {
                        "amount": 1
                    }
                },
                "label": "ntdo789",
                "deliveries": [
                    {
                        "arrivalLocation": {
                            "latitude": 49.2654338,
                            "longitude": -123.0054285
                        },
                        "timeWindows": [
                            {
                                "startTime": "2024-07-08T16:00:00Z",
                                "endTime": "2024-07-08T18:00:00Z"
                            }
                        ],
                        "duration": "600s"
                    }
                ]
            }
        ],
        "vehicles": [
            {
                "travelMode": "DRIVING",
                "travelDurationMultiple": 1,
                "startLocation": {
                    "latitude": 49.2849645,
                    "longitude": -122.9897248
                },
                "startTimeWindows": [
                    {
                        "startTime": "2024-07-08T16:00:00Z"
                    }
                ],
                "endTimeWindows": [
                    {
                        "endTime": "2024-07-08T18:00:00Z"
                    }
                ],
                "loadLimits": {
                    "weight": {
                        "maxLoad": 5
                    }
                },
                "label": "mark-yvr",
                "costPerKilometer": 1,
                "fixedCost": 25
            }
        ],
        "precedenceRules": [
            {
                "firstIndex": 0,
                "secondIndex": 1,
                "firstIsDelivery": true,
                "secondIsDelivery": true
            },
            {
                "firstIndex": 1,
                "secondIndex": 2,
                "firstIsDelivery": true,
                "secondIsDelivery": true
            }
        ],
        "globalStartTime": "2024-07-08T16:00:00.000Z",
        "globalEndTime": "2024-07-10T16:00:00.000Z"
    },
    "populatePolylines": true
}