Compound zone settings
A zone that requires additional time to enter or exit. Nodes within a zone during the optimization run will have an additional penalty time to reach. Typical use cases would require security clearance when entering an airport or time required to enter warehouses with strict security.
groupsstring[]
A list of groups that belong to the zone.
node_uidsstring<uuid>
Represents and validates UUID string
enter_timeinteger
Time in seconds required to enter the zone
Default value:
0exit_timeinteger
Time in seconds required to exit the zone
Default value:
0Compound zone settings
{
"groups": [
"string"
],
"node_uids": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"enter_time": 0,
"exit_time": 0
}