addedInput schema / $defs / ClosestFacilityInput / description
Added value: +"Input contract for finding nearest facilities for incident points."
addedInput schema / $defs / ClosestFacilityInput / properties / facilities / description
Added value: +"Absolute path to candidate facility points that may be matched to incidents, such as hospitals, stations, schools, depots, or stores. The path must be inside a configured PathGuard allowed root."
addedInput schema / $defs / ClosestFacilityInput / properties / facilities_to_find / description
Added value: +"Number of nearest facilities to find for each incident. Use 1 for nearest-only workflows, or a higher value for candidate comparison."
addedInput schema / $defs / ClosestFacilityInput / properties / incidents / description
Added value: +"Absolute path to incident or demand point features that need nearest facility matches. The path must be inside a configured PathGuard allowed root."
changedInput schema / $defs / ClosestFacilityInput / properties / network_dataset / description
Previous value: -"Path to the network dataset."New value: +"Absolute path to the ArcGIS network dataset used for routing or accessibility analysis. The path must be inside a configured PathGuard allowed root and must be usable by ArcPy Network Analyst."
changedInput schema / $defs / ClosestFacilityInput / properties / out_features / description
Previous value: -"Solved result feature class."New value: +"Absolute output feature class path to create with the solved network analysis result. Existing outputs require overwrite=true."
addedInput schema / $defs / ClosestFacilityInput / properties / overwrite / description
Added value: +"Set true only when replacing an existing network analysis output feature class is intended."
changedInput schema / $defs / ClosestFacilityInput / properties / travel_mode / description
Previous value: -"Named travel mode (e.g. 'Driving Time'); None = default."New value: +"Optional named travel mode from the network dataset, for example 'Driving Time' or 'Walking Time'. Use None to let ArcPy use the network dataset default travel mode."