{
    "equipment": "53_dry_van",
    "items": [
        {
            "name": "Example Item A",
            "shape": "box",
            "length": 48,
            "width": 48,
            "height": 48,
            "weight": 100,
            "quantity": 20,
            "color": "#00d4ff",
            "stackable": true,
            "canPlaceOnTop": true,
            "maxStackHeight": 3,
            "rotationAllowed": true,
            "tippingAllowed": false,
            "id": "2a0baac6-8809-4e6f-9912-951fa035837e"
        },
        {
            "name": "Example Item B",
            "shape": "box",
            "length": 60,
            "width": 60,
            "height": 30,
            "weight": 400,
            "quantity": 6,
            "color": "#7c3aed",
            "stackable": true,
            "canPlaceOnTop": true,
            "maxStackHeight": 3,
            "rotationAllowed": true,
            "tippingAllowed": false,
            "id": "1180550b-774e-4855-a741-c88742d5df9a"
        }
    ],
    "loading_direction": "column_first",
    "global_max_stack_height": 3,
    "optimization_mode": "stay_together"
}