# DO.FR.09 Machinery

### **DO.FR.09 Machinery**

This data object contains information related to the type and number of machines the farmer owns and uses.

<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>type</td><td><a data-mention href="../code-directory/cd.fr.06-machineriesenum">cd.fr.06-machineriesenum</a></td><td>0...1</td><td>Type of machine</td></tr><tr><td>count</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.03-integer">DT.COM.03 integer</a></td><td>0...1</td><td>Count of machines</td></tr><tr><td>equipement_source</td><td><a data-mention href="../code-directory/cd.fr.13-equipmentsource">cd.fr.13-equipmentsource</a></td><td>0...1</td><td>Means of right to use</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 machine 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 machine details were updated</td></tr></tbody></table>

### Example of JSON Data Structure for a Machinery Object

```json
{
  "type":"Machine powered equipment",
  "count":2,
  "equipement_source": "Provided by a cooperative",
  "registration_date": "2023-01-10T00:00:00Z",
  "last_updated": "2023-09-20T00:00:00Z"   
}
```
