| id | "2b289a5a-62d2-40a8-8d8f-0b63951a863d" | String (UUID) | Unique identifier for the farm | Reference specific farms |
| name | "Ohta Farm" | String | Farm name | Display and identification |
| email | null | String | null | Contact email | Communication and notifications |
| address | "" | String | Physical address | Location and shipping info |
| phone | "+819056043283" | String | Contact number with country code | Communication and SMS notifications |
| description | null | String | null | Farm description | Additional information |
| slug | "black-flower-9" | String | URL-friendly identifier | URL routing and friendly links |
| preview_uri | "https://maps.googleapis.com/maps/api/staticmap?..." | String | Google Maps static image URL | Visual map preview |
| created_at | "2022-01-12T02:12:32Z" | String (ISO 8601) | Creation timestamp | Audit trail |
| updated_at | "2022-12-25T04:32:32Z" | String (ISO 8601) | Last update timestamp | Track modifications |
| location | { type: "Point", coordinates: [...] } | Object | Geographic location information | Spatial data management |
| location.type | "Point" | String | GeoJSON type | Spatial data formatting |
| location.coordinates | [101.496012131774, 14.5184707338978] | Array[Number] | [longitude, latitude] | Geolocation and mapping |
| features | { production_graphs: true } | Object | Feature flags for the farm | Feature management |
| features.production_graphs | true | Boolean | Enable/disable production graphs | Feature flag management |
| production_targets | {} | Object | Production goals and targets | Planning and goal setting |