addedInput schema / $defs / CalculateGeometryInput / description
Added value: +"Calculate area, length, perimeter, centroid, or point coordinate attributes."
changedInput schema / $defs / CalculateGeometryInput / properties / area_unit / description
Previous value: -"e.g. SQUARE_METERS"New value: +"Optional area unit for area calculations, for example SQUARE_METERS. Ignored for non-area geometry properties."
changedInput schema / $defs / CalculateGeometryInput / properties / dataset / description
Previous value: -"Absolute dataset path."New value: +"Absolute path to an existing feature class, table, raster, or geodatabase item. The path must be inside a configured PathGuard allowed root."
addedInput schema / $defs / CalculateGeometryInput / properties / field_name / description
Added value: +"Existing or target field name that will receive the calculated geometry value."
addedInput schema / $defs / CalculateGeometryInput / properties / geometry_property / description
Added value: +"Geometry property to calculate, such as AREA, LENGTH, CENTROID_X, CENTROID_Y, POINT_X, or POINT_Y."
changedInput schema / $defs / CalculateGeometryInput / properties / length_unit / description
Previous value: -"e.g. METERS"New value: +"Optional length unit for length or perimeter calculations, for example METERS. Ignored for non-length geometry properties."