Data about the party that is involved in producing or processing the crop or agricultural produce
Record Key
tid
Timestamp-based ID
Properties
emailAddress
string
Optional
The email address of the party involved
iban
string
Optional
The international Bank Account Number (IBAN) of the party involved
name
string
Required
The name of the party involved
personName
string
Optional
The name of the person of the company to contact
phoneNumber
string
Optional
The phone number of the party involved
postalAddress
ref
org.farmapps.temp.ecrop.defs#address
Optional
No description available.
telefaxNumber
string
Optional
The telefax number of the party involved
visitorsAddress
ref
org.farmapps.temp.ecrop.defs#address
Optional
No description available.
websiteUrl
string
uri
Optional
Url of the website of this party
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"name"
],
"properties": {
"iban": {
"type": "string",
"description": "The international Bank Account Number (IBAN) of the party involved"
},
"name": {
"type": "string",
"description": "The name of the party involved"
},
"personName": {
"type": "string",
"description": "The name of the person of the company to contact"
},
"websiteUrl": {
"type": "string",
"format": "uri",
"description": "Url of the website of this party"
},
"phoneNumber": {
"type": "string",
"description": "The phone number of the party involved"
},
"emailAddress": {
"type": "string",
"description": "The email address of the party involved"
},
"postalAddress": {
"ref": "org.farmapps.temp.ecrop.defs#address",
"type": "ref"
},
"telefaxNumber": {
"type": "string",
"description": "The telefax number of the party involved"
},
"visitorsAddress": {
"ref": "org.farmapps.temp.ecrop.defs#address",
"type": "ref"
}
}
},
"description": "Data about the party that is involved in producing or processing the crop or agricultural produce"
}