{
    "locations": [{
            "key": "location_storage",
            "geopoint": {
                "latitude": 59.805753,
                "longitude": 30.307999
            },
            "arrival_duration": "PT0S",
            "departure_duration": "PT0S",
            "timetable": [],
            "name": "",
            "attributes": []
        }, {
            "key": "location_client",
            "geopoint": {
                "latitude": 59.98701,
                "longitude": 30.178022
            },
            "arrival_duration": "PT0S",
            "departure_duration": "PT0S",
            "timetable": [{
                    "work_window": {
                        "from": "2026-09-01T06:00:00Z",
                        "to": "2026-09-01T07:59:59Z"
                    },
                    "limits": []
                }, {
                    "work_window": {
                        "from": "2026-09-01T08:00:00Z",
                        "to": "2026-09-01T09:59:59Z"
                    },
                    "limits": []
                }, {
                    "work_window": {
                        "from": "2026-09-01T10:00:00Z",
                        "to": "2026-09-01T12:59:59Z"
                    },
                    "limits": []
                }
            ],
            "name": "",
            "attributes": []
        }
    ],
    "orders": [{
            "key": "ORDER_1",
            "demands": [{
                    "key": "demand_key",
                    "demand_type": "WORK",
                    "possible_events": [{
                            "key": "possible_event_key",
                            "location_key": "location_client",
                            "hard_time_window": {
                                "from": "2026-09-01T06:00:00Z",
                                "to": "2026-09-01T12:00:00Z"
                            },
                            "duration": "PT1H59M",
                            "reward": 0
                        }
                    ],
                    "target_cargos": [],
                    "precedence_in_trip": 0,
                    "precedence_in_order": 0,
                    "name": "",
                    "attributes": []
                }
            ],
            "cargos": [],
            "compatibilities": {
                "order_features": [],
                "order_restrictions": [],
                "performer_restrictions": [],
                "performer_blacklist": []
            },
            "name": "",
            "attributes": []
        }
    ],
    "performers": [{
            "key": "performer_1",
            "shifts": [{
                    "key": "shift_2",
                    "availability_time": {
                        "from": "2026-09-01T05:00:00Z",
                        "to": "2026-09-01T10:00:00Z"
                    },
                    "working_time": {
                        "from": "2026-09-01T06:00:00Z",
                        "to": "2026-09-01T10:00:00Z"
                    },
                    "tariff": {
                        "cost_per_shift": 1000,
                        "constraints": [{
                                "stage_length": "PT12H",
                                "cost_per_unit": 0.02
                            }
                        ]
                    },
                    "name": "",
                    "attributes": []
                }
            ],
            "own_transport_type": "TRUCK_3000",
            "name": "",
            "attributes": []
        }
    ],
    "transports": [{
            "key": "transport_1",
            "shifts": [{
                    "key": "shift_1",
                    "availability_time": {
                        "from": "2026-09-01T06:00:00Z",
                        "to": "2026-09-01T10:00:00Z"
                    },
                    "start_location_key": "location_storage",
                    "tariff": {
                        "cost_per_shift": 1000,
                        "constraints": [{
                                "stage_length": 1000000,
                                "cost_per_unit": 0.01
                            }
                        ]
                    },
                    "name": "",
                    "attributes": []
                }
            ],
            "transport_type": "TRUCK_3000",
            "boxes": [{
                    "key": "Box_1",
                    "capacity": {
                        "mass": 3000,
                        "volume": 10,
                        "capacity_a": 0,
                        "capacity_b": 0,
                        "capacity_c": 0
                    },
                    "attributes": []
                }
            ],
            "name": "",
            "attributes": []
        }
    ],
  "plan_settings": {
    "trips_settings": {
      "configuration": "optimize_distance"
    },
    "calculation_settings": {
      "max_calculation_time": "PT17M",
      "max_waiting_time": "PT30M",
      "result_ttl": "PT20M",
      "result_timezone": 0,
      "treat_warnings_as_errors": false,
      "precision": 2
    }
  }
}
