Crops
CropCategory
Bases: str, Enum
Represent the crop category of the taxon
Crop
Bases: StrictModel
Represent a crop.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
id
|
str
|
The UUID of the crop |
required |
status
|
str
|
The validation status of the crop |
required |
upov_code
|
str
|
The UPOV code of the crop. For more information: https://www.upov.int/en |
required |
denomination
|
str
|
The official crop unique denomination |
required |
Crops
Bases: StrictModel
Represent a list of crops.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
crops
|
list[Crop]
|
The list of crops corresponding to a taxon |
required |