Fertilizer codelist
Record Key
any
Any valid record key
Properties
added
string
datetime
Optional
Date when added to the list
comment
string
Optional
Comment
denominator
integer
Optional
Denominator used for all fertilizer content properties
minimum: 1description
string
Required
Description / name of the fertilizer
id
ref
org.farmapps.temp.ecrop.defs#codeType
Required
Id off the fertilizer
k2o
integer
Optional
<unit> Potassium oxide content of this fertilizer
minimum: 0n
integer
Optional
<unit> Nitrogen content of this fertilizer
minimum: 0p2o5
integer
Optional
<unit> Phosphate content of this fertilizer
minimum: 0type
string
Optional
Fertlizer type
Allowed:
Organic, Inorganicunit
string
Optional
Unit
updated
string
datetime
Optional
Date when updated
View raw schema
{
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"id",
"description"
],
"properties": {
"n": {
"type": "integer",
"minimum": 0,
"description": "<unit> Nitrogen content of this fertilizer "
},
"id": {
"ref": "org.farmapps.temp.ecrop.defs#codeType",
"type": "ref",
"description": "Id off the fertilizer"
},
"k2o": {
"type": "integer",
"minimum": 0,
"description": "<unit> Potassium oxide content of this fertilizer "
},
"p2o5": {
"type": "integer",
"minimum": 0,
"description": "<unit> Phosphate content of this fertilizer "
},
"type": {
"enum": [
"Organic",
"Inorganic"
],
"type": "string",
"description": "Fertlizer type"
},
"unit": {
"type": "string",
"description": "Unit "
},
"added": {
"type": "string",
"format": "datetime",
"description": "Date when added to the list"
},
"comment": {
"type": "string",
"description": "Comment"
},
"updated": {
"type": "string",
"format": "datetime",
"description": "Date when updated"
},
"denominator": {
"type": "integer",
"minimum": 1,
"description": "Denominator used for all fertilizer content properties"
},
"description": {
"type": "string",
"description": "Description / name of the fertilizer"
}
},
"description": "Codelist ferilizers"
},
"description": "Fertilizer codelist"
}