addedInput schema / $defs / MosaicToNewRasterInput / description
Added value: +"Input contract for mosaicking multiple rasters into a new raster dataset."
addedInput schema / $defs / MosaicToNewRasterInput / properties / cell_size / description
Added value: +"Optional output cell size in map units. Use None to let ArcPy choose from the input rasters."
addedInput schema / $defs / MosaicToNewRasterInput / properties / mosaic_method / description
Added value: +"Method used to resolve overlapping raster cells, such as FIRST, LAST, BLEND, MEAN, MINIMUM, or MAXIMUM."
addedInput schema / $defs / MosaicToNewRasterInput / properties / number_of_bands / description
Added value: +"Number of bands in the output raster dataset."
changedInput schema / $defs / MosaicToNewRasterInput / properties / output_location / description
Previous value: -"Existing folder or GDB."New value: +"Absolute path to an existing folder or geodatabase where the mosaic output raster will be created. Must be inside a configured PathGuard allowed root."
addedInput schema / $defs / MosaicToNewRasterInput / properties / pixel_type / description
Added value: +"Pixel depth and numeric type for the output raster, such as 8_BIT_UNSIGNED, 16_BIT_SIGNED, or 32_BIT_FLOAT."
changedInput schema / $defs / MosaicToNewRasterInput / properties / raster_name / description
Previous value: -"Output name (with .tif etc. if folder)."New value: +"Name of the output raster. Include an extension such as .tif when writing to a folder; use a geodatabase raster name when writing to a GDB."
addedInput schema / $defs / MosaicToNewRasterInput / properties / rasters / description
Added value: +"Absolute paths to two or more input raster datasets to mosaic. Each path must be inside a configured PathGuard allowed root."