# org.farmapps.temp.ecrop.farm

> 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.farm)
- [Documentation](https://lexicon.garden/lexicon/did:plc:nx3sjjz4dgur3lroujerlh3r/org.farmapps.temp.ecrop.farm/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:nx3sjjz4dgur3lroujerlh3r/org.farmapps.temp.ecrop.farm/examples)

## Definitions

### `org.farmapps.temp.ecrop.farm`

**Type**: `record`

The farm where the crop was grown

**Key**: `any`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `party` | `string` (at-uri) | Yes |  |
| `geometry` | `union` | No |  |

## Raw Schema

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