# DO.FR.07 CropDetails

### DO.FR.07 CropDetails

This data object contains information on the types of crops farmers have on their land.

<table><thead><tr><th width="210">Attribute</th><th width="251">Type</th><th width="132">Cardinality</th><th>Description</th></tr></thead><tbody><tr><td>activity_group</td><td><a data-mention href="../code-directory/cd.fr.15-cropactivities">cd.fr.15-cropactivities</a></td><td>0...1</td><td>Crop production activity</td></tr><tr><td>crop_type</td><td><a data-mention href="../code-directory/cd.fr.01-croptypeenum">cd.fr.01-croptypeenum</a></td><td>0...1</td><td>Type of crop</td></tr><tr><td>variety</td><td><a data-mention href="broken-reference">Broken link</a></td><td>0...1</td><td>For example, local/improved</td></tr><tr><td>season</td><td><a data-mention href="https://app.gitbook.com/s/F9fu0tIY1rJUsF03WdAv/standards-for-interoperability-interfaces/common-standards-for-interoperability-interfaces/data/data-types-and-formats/dt.com.02-string">DT.COM.02 string</a></td><td>0...1</td><td>For example, summer/winter or wet/dry</td></tr><tr><td>end_use</td><td><a data-mention href="../code-directory/cd.fr.02-cropsenduse">cd.fr.02-cropsenduse</a></td><td>0...*</td><td>Purpose of the crop (for assessment of food supplies)</td></tr><tr><td>irrigation</td><td><a data-mention href="https://app.gitbook.com/s/F9fu0tIY1rJUsF03WdAv/standards-for-interoperability-interfaces/common-standards-for-interoperability-interfaces/data/data-types-and-formats/dt.com.06-boolean">DT.COM.06 boolean</a></td><td>0...1</td><td>Yes (1) or no (0)</td></tr><tr><td>irrigation_water</td><td><a data-mention href="../code-directory/cd.fr.14-irrigationwater">cd.fr.14-irrigationwater</a></td><td>0...*</td><td>Source of irrigation water</td></tr><tr><td>fertilizer_type</td><td><a data-mention href="../code-directory/cd.fr.11-fertilisertype">cd.fr.11-fertilisertype</a></td><td>0...*</td><td>Type of fertiliser applied</td></tr><tr><td>additional_attributes</td><td><a data-mention href="https://app.gitbook.com/s/F9fu0tIY1rJUsF03WdAv/standards-for-interoperability-interfaces/common-standards-for-interoperability-interfaces/data/data-types-and-formats/dt.com.05-array">DT.COM.05 array</a></td><td>0...*</td><td>Additional context/country specific attributes</td></tr><tr><td>registration_date</td><td><a data-mention href="https://app.gitbook.com/s/F9fu0tIY1rJUsF03WdAv/standards-for-interoperability-interfaces/common-standards-for-interoperability-interfaces/data/data-types-and-formats/dt.com.02-string/data-formats/df.com.string.01-date_time">DF.COM.STRING.01 date_time</a></td><td>0...1</td><td>Date the crops details were recorded</td></tr><tr><td>last_updated</td><td><a data-mention href="https://app.gitbook.com/s/F9fu0tIY1rJUsF03WdAv/standards-for-interoperability-interfaces/common-standards-for-interoperability-interfaces/data/data-types-and-formats/dt.com.02-string/data-formats/df.com.string.01-date_time">DF.COM.STRING.01 date_time</a></td><td>0...1</td><td>Date the crops details were recorded</td></tr></tbody></table>

### Example of JSON Data Structure for a CropType

```json
 { 
    "activity_group":"perennial crops",
    "crop_type":"Fruit and nuts",
    "variety":"local",
    "season":"winter",
    "end_use":["Food for human consumption"],
    "irrigation":true,
    "irrigation_water":["Mixed surface water and groundwater"],
    "fertilizer_type":["Organic fertilizers"],
    "registration_date": "2023-01-10T00:00:00Z",
    "last_updated": "2023-09-20T00:00:00Z" 
 }
```
