DO.FR.06 Machinery

DO.FR.06 Machinery

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

Attribute
Type
Cardinality
Description

type

0...1

Type of machine

count

0...1

Count of machines

equipement_source

0...1

Means of right to use

additional_attributes

0...*

Additional context/country specific attributes

registration_date

0...1

Date the machine details were recorded

last_updated

0...1

Date the machine details were updated

Example of JSON Data Structure for a Machinery Object

{
  "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"   
}

Last updated

Was this helpful?