changedInput schema / $defs / SpatialAutocorrelationInput / description
Previous value: -"Global Moran's I — returns scalar statistics, writes no dataset."New value: +"Input contract for Global Moran's I, returning scalar statistics only."
addedInput schema / $defs / SpatialAutocorrelationInput / properties / conceptualization / description
Added value: +"Spatial relationship model used to define feature neighbors, such as INVERSE_DISTANCE, FIXED_DISTANCE_BAND, K_NEAREST_NEIGHBORS, or contiguity-based relationships."
addedInput schema / $defs / SpatialAutocorrelationInput / properties / distance_band / description
Added value: +"Optional distance threshold in map units used for distance-based spatial relationships. Use None when no explicit threshold is needed."
addedInput schema / $defs / SpatialAutocorrelationInput / properties / distance_method / description
Added value: +"Distance calculation method used for spatial weights. Use EUCLIDEAN_DISTANCE for straight-line distance or MANHATTAN_DISTANCE for grid-like movement."
addedInput schema / $defs / SpatialAutocorrelationInput / properties / in_features / description
Added value: +"Absolute path to the input feature class whose spatial autocorrelation will be measured. The path must be inside a configured PathGuard allowed root."
addedInput schema / $defs / SpatialAutocorrelationInput / properties / input_field / description
Added value: +"Numeric attribute field used to calculate Global Moran's I spatial autocorrelation statistics."
addedInput schema / $defs / SpatialAutocorrelationInput / properties / standardization / description
Added value: +"Spatial weights standardization method. ROW standardizes neighbor weights by row; NONE uses raw weights."