addedInput schema / $defs / AddFieldsBatchInput / description
Added value: +"Add multiple fields to an existing table or feature class."
changedInput schema / $defs / AddFieldsBatchInput / 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 / AddFieldsBatchInput / properties / fields / description
Added value: +"Field definitions to add in one ArcPy AddFields operation. Each definition includes a name, type, optional alias, and optional length."
changedInput schema / $defs / FieldDef / description
Previous value: -"One field for the batch AddFields call."New value: +"One field definition for the batch AddFields call."
addedInput schema / $defs / FieldDef / properties / alias / description
Added value: +"Optional human-readable field alias shown in ArcGIS."
addedInput schema / $defs / FieldDef / properties / length / description
Added value: +"Optional text field length. Primarily used when type is TEXT."
addedInput schema / $defs / FieldDef / properties / name / description
Added value: +"Name of the field to add. Use a valid ArcGIS field name beginning with a letter or underscore."
addedInput schema / $defs / FieldDef / properties / type / description
Added value: +"ArcGIS field type to create, such as TEXT, LONG, DOUBLE, or DATE."