Skip to main content

RvoFieldSchema

@nmi-agro/fdm-source


@nmi-agro/fdm-source / fdm-rvo/src / RvoFieldSchema

Variable: RvoFieldSchema

const RvoFieldSchema: any

Defined in: fdm-rvo/src/types.ts:88

Zod schema for validating RVO Field data.

This schema matches the GeoJSON Feature structure returned by the RVO connector. It validates the essential properties required for field synchronization.

Remarks

The geometry is typed as z.any() here to allow flexibility with GeoJSON types, but in practice, it will be a Polygon or MultiPolygon.