{ "facility": { "code": "GELAN", "name": "Gelan Dry Port", "facilityType": "DRY_PORT" }, "levels": ["L1", "L2", "L3", "L4"], "kinds": [ { "suffix": "OPEN", "letter": "O", "name": "Open Warehouse", "type": "OPEN_WAREHOUSE" }, { "suffix": "CLOSED", "letter": "C", "name": "Closed Warehouse", "type": "CLOSED_WAREHOUSE" } ], "yards": [ { "label": "A", "type": "CONTAINER_YARD", "capacityContainers": 150 }, { "label": "B", "type": "CONTAINER_YARD", "capacityContainers": 150 }, { "label": "C", "type": "GENERAL_CARGO_YARD", "capacityContainers": null }, { "label": "D", "type": "BULK_YARD", "capacityContainers": null }, { "label": "E", "type": "HAZARDOUS_YARD", "capacityContainers": null }, { "label": "F", "type": "COLD_STORAGE_YARD", "capacityContainers": null } ], "zones": [ { "label": "A", "capacityContainers": 60 }, { "label": "B", "capacityContainers": 45 }, { "label": "C", "capacityContainers": 45 } ], "stack": { "maxStackHeight": 3 } }