# org.farmapps.temp.ecrop.party

> Published by [krikke.pods.farmpod.eu](https://lexicon.garden/identity/did:plc:nx3sjjz4dgur3lroujerlh3r)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:nx3sjjz4dgur3lroujerlh3r/org.farmapps.temp.ecrop.party)
- [Documentation](https://lexicon.garden/lexicon/did:plc:nx3sjjz4dgur3lroujerlh3r/org.farmapps.temp.ecrop.party/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:nx3sjjz4dgur3lroujerlh3r/org.farmapps.temp.ecrop.party/examples)

## Definitions

### `org.farmapps.temp.ecrop.party`

**Type**: `record`

Data about the party that is involved in producing or processing the crop or agricultural produce

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `iban` | `string` | No | The international Bank Account Number (IBAN) of the party involved |
| `name` | `string` | Yes | The name of the party involved |
| `personName` | `string` | No | The name of the person of the company to contact |
| `websiteUrl` | `string` (uri) | No | Url of the website of this party |
| `phoneNumber` | `string` | No | The phone number of the party involved |
| `emailAddress` | `string` | No | The email address of the party involved |
| `postalAddress` | `ref` → `org.farmapps.temp.ecrop.defs#address` | No |  |
| `telefaxNumber` | `string` | No | The telefax number of the party involved |
| `visitorsAddress` | `ref` → `org.farmapps.temp.ecrop.defs#address` | No |  |

## Raw Schema

```json
{
  "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
}
```
