DO.FR.06 Machineries

DO.FR.06 Machineries

This data object contains information related to the machines type and count the farmers owns and use

Attribute
Type
Cardinality
Description

type

0...1

The type of machine

count

0...1

The count of machines

equipement_source

0...1

Means of right to use

additional_attributes

0...*

Additional context/country specific attributes

registration_date

0...1

The date the machine details were recorded

last_updated

0...1

The date the machine details were updated.

Example of JSON data structure for a Machineries 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?