{
"id": "org.farmapps.temp.ecrop.party",
"defs": {
"main": {
"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"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}