Farms
This entity represents a farm with the specific attributes. Here's a revised brief description:
name
: This field is a string representing the name of the farm. It serves as an identifier or label for the farm, allowing users or systems to reference it by a human-readable name.type
: Thetype
field is a string indicating the classification or category of the farm.is_active
: A boolean value that denotes whether the farm is currently active. An active status implies that the farm is operational, engaging in agricultural activities or production.
Last updated