The farm where the crop was grown
Record Key
any
Any valid record key
Properties
View raw schema
{
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"party"
],
"properties": {
"party": {
"type": "string",
"format": "at-uri",
"description": ""
},
"geometry": {
"refs": [
"org.custorium.temp.jsonfg.geometry#point"
],
"type": "union"
}
}
},
"description": "The farm where the crop was grown"
}