{
  "locations": [
    {
      "key": "storage_location",
      "geopoint": {
        "latitude": 55.887523,
        "longitude": 37.439394
      },
      "arrival_duration": "P0D",
      "departure_duration": "P0D"
    },
    {
      "key": "client_location",
      "geopoint": {
        "latitude": 55.75065,
        "longitude": 37.67802
      },
      "arrival_duration": "P0D",
      "departure_duration": "P0D"
    }
  ],
  "orders": [
    {
      "key": "order_1",
      "demands": [
        {
          "key": "demand_warehouse",
          "demand_type": "PICKUP",
          "target_cargos": [
            "crg_1"
          ],
          "precedence_in_trip": 0,
          "precedence_in_order": 0,
          "possible_events": [
            {
              "key": "demand_1",
              "location_key": "storage_location",
              "duration": "PT1H",
              "reward": 0.0,
              "hard_time_window": {
                "from": "2026-09-06T07:00:00+00:00",
                "to": "2026-09-06T08:00:00+00:00"
              }
            }
          ]
        },
        {
          "key": "demand_client",
          "demand_type": "DROP",
          "target_cargos": [
            "crg_1"
          ],
          "precedence_in_trip": 0,
          "precedence_in_order": 0,
          "possible_events": [
            {
              "key": "demand_2",
              "location_key": "client_location",
              "duration": "PT1H",
              "reward": 0.0,
              "hard_time_window": {
                "from": "2026-09-06T10:00:00+00:00",
                "to": "2026-09-06T11:00:00+00:00"
              }
            }
          ]
        }
      ],
      "cargos": [
        {
          "key": "crg_1",
          "capacity": {
            "mass": 1.0,
            "volume": 1.0,
            "capacity_a": 0.0,
            "capacity_b": 0.0,
            "capacity_c": 0.0
          },
          "compatibilities": {
            "width": 1.0,
            "height": 1.0,
            "length": 1.0,
            "box_restrictions": [],
            "cargo_features": [],
            "cargo_restrictions": []
          }
        }
      ]
    }
  ],
  "performers": [
    {
      "key": "driver_key",
      "shifts": [
        {
          "key": "key_shift_demo_1",
          "availability_time": {
            "from": "2026-09-06T03:00:00+00:00",
            "to": "2026-09-06T18:00:00+00:00"
          },
          "working_time": {
            "from": "2026-09-06T03:00:00+00:00",
            "to": "2026-09-06T18:00:00+00:00"
          },
          "tariff": {
            "cost_per_shift": 2000.0,
            "constraints": [
              {
                "stage_length": "PT8H",
                "cost_per_unit": 1.0
              },
              {
                "stage_length": "PT8H",
                "cost_per_unit": 2.0
              }
            ]
          }
        }
      ],
      "own_transport_type": "CAR",
      "limits": {
        "max_work_shifts": 31
      }
    }
  ],
  "transports": [
    {
      "key": "transport_key",
      "shifts": [
        {
          "key": "key_shift_demo_2",
          "availability_time": {
            "from": "2026-09-06T03:00:00+00:00",
            "to": "2026-09-06T18:00:00+00:00"
          },
          "tariff": {
            "cost_per_shift": 1000.0,
            "constraints": [
              {
                "stage_length": 150000,
                "cost_per_unit": 0.01
              },
              {
                "stage_length": 700000,
                "cost_per_unit": 0.02
              }
            ]
          }
        }
      ],
      "transport_type": "CAR",
      "boxes": [
        {
          "key": "box_key1",
          "capacity": {
            "mass": 10.0,
            "volume": 10.0,
            "capacity_a": 0.0,
            "capacity_b": 0.0,
            "capacity_c": 0.0
          },
          "compatibilities": {
            "width": 9.0,
            "height": 9.0,
            "length": 9.0,
            "box_features": []
          }
        }
      ]
    }
  ],
  "plan_settings": {
    "trips_settings": {
      "configuration": "optimize_cars_then_single_location_grouping",
      "assumptions": {
        "disable_compatibility": false,
        "disable_capacity": false,
        "same_order_time_window": false,
        "expand_shift_time_window": false
      }
    },
    "geo_settings": {
      "toll_roads": false,
      "ferry_crossing": true,
      "traffic_jams": true,
      "flight_distance": false
    },
    "calculation_settings": {
      "max_calculation_time": "PT17M",
      "result_timezone": 0
    }
  }
}