{
  "locations": [
    {
      "key": "location_storage",
      "geopoint": {
        "latitude": 59.805753,
        "longitude": 30.307999
      },
      "arrival_duration": "P0D",
      "departure_duration": "P0D"
    },
    {
      "key": "location_client",
      "geopoint": {
        "latitude": 59.98502,
        "longitude": 30.240602
      },
      "arrival_duration": "P0D",
      "departure_duration": "P0D"
    }
  ],
  "orders": [
    {
      "key": "ORDER_reward_3000",
      "demands": [
        {
          "key": "ORDER_1_DROP",
          "demand_type": "DROP",
          "target_cargos": [
            "CARGO_ORDER_1"
          ],
          "precedence_in_trip": 0,
          "precedence_in_order": 0,
          "possible_events": [
            {
              "key": "ORDER_1_PE_DROP",
              "location_key": "location_client",
              "duration": "PT2H",
              "reward": 3000.0,
              "hard_time_window": {
                "from": "2026-09-01T06:00:00+00:00",
                "to": "2026-09-01T08:00:00+00:00"
              }
            }
          ]
        },
        {
          "key": "ORDER_1_PICKUP",
          "demand_type": "PICKUP",
          "target_cargos": [
            "CARGO_ORDER_1"
          ],
          "precedence_in_trip": 0,
          "precedence_in_order": 0,
          "possible_events": [
            {
              "key": "ORDER_1_PE_PICKUP",
              "location_key": "location_storage",
              "duration": "P0D",
              "reward": 0.0,
              "hard_time_window": {
                "from": "2026-09-01T04:00:00+00:00",
                "to": "2026-09-01T10:00:00+00:00"
              }
            }
          ]
        }
      ],
      "cargos": [
        {
          "key": "CARGO_ORDER_1",
          "capacity": {
            "mass": 0.0,
            "volume": 0.0,
            "capacity_a": 0.0,
            "capacity_b": 0.0,
            "capacity_c": 0.0
          }
        }
      ]
    },
    {
      "key": "ORDER_reward_10000",
      "demands": [
        {
          "key": "ORDER_2_DROP",
          "demand_type": "DROP",
          "target_cargos": [
            "CARGO_ORDER_2"
          ],
          "precedence_in_trip": 0,
          "precedence_in_order": 0,
          "possible_events": [
            {
              "key": "ORDER_2_PE_DROP",
              "location_key": "location_client",
              "duration": "PT1H",
              "reward": 10000.0,
              "hard_time_window": {
                "from": "2026-09-01T06:00:00+00:00",
                "to": "2026-09-01T08:00:00+00:00"
              }
            }
          ]
        },
        {
          "key": "ORDER_2_PICKUP",
          "demand_type": "PICKUP",
          "target_cargos": [
            "CARGO_ORDER_2"
          ],
          "precedence_in_trip": 0,
          "precedence_in_order": 0,
          "possible_events": [
            {
              "key": "ORDER_2_PE_PICKUP",
              "location_key": "location_storage",
              "duration": "P0D",
              "reward": 0.0,
              "hard_time_window": {
                "from": "2026-09-01T04:00:00+00:00",
                "to": "2026-09-01T10:00:00+00:00"
              }
            }
          ]
        }
      ],
      "cargos": [
        {
          "key": "CARGO_ORDER_2",
          "capacity": {
            "mass": 0.0,
            "volume": 0.0,
            "capacity_a": 0.0,
            "capacity_b": 0.0,
            "capacity_c": 0.0
          }
        }
      ]
    }
  ],
  "performers": [
    {
      "key": "performer_1",
      "shifts": [
        {
          "key": "shift_2",
          "availability_time": {
            "from": "2026-09-01T04:00:00+00:00",
            "to": "2026-09-01T10:00:00+00:00"
          },
          "working_time": {
            "from": "2026-09-01T04:00:00+00:00",
            "to": "2026-09-01T10:00:00+00:00"
          },
          "tariff": {
            "cost_per_shift": 1000.0,
            "constraints": [
              {
                "stage_length": "PT12H",
                "cost_per_unit": 0.02
              }
            ]
          }
        }
      ],
      "own_transport_type": "TRUCK_3000",
      "limits": {
        "max_work_shifts": 31
      }
    }
  ],
  "transports": [
    {
      "key": "transport_1",
      "shifts": [
        {
          "key": "shift_1",
          "availability_time": {
            "from": "2026-09-01T04:00:00+00:00",
            "to": "2026-09-01T10:00:00+00:00"
          },
          "tariff": {
            "cost_per_shift": 1000.0,
            "constraints": [
              {
                "stage_length": 1000000,
                "cost_per_unit": 0.01
              }
            ]
          }
        }
      ],
      "transport_type": "TRUCK_3000",
      "boxes": [
        {
          "key": "Box_1",
          "capacity": {
            "mass": 3000.0,
            "volume": 10.0,
            "capacity_a": 0.0,
            "capacity_b": 0.0,
            "capacity_c": 0.0
          }
        }
      ]
    }
  ],
  "plan_settings": {
    "trips_settings": {
      "configuration": "optimize_money",
      "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
    }
  }
}