schema.beckn.ioSearch schemas…

GeoJSONGeometry

Canonical term page (persistent IRI). Versioned resource URLs are listed below for easy copy/paste.

Canonical IRI

https://schema.beckn.io/GeoJSONGeometry

Developer URLs

GeoJSONGeometry

**GeoJSON geometry** per RFC 7946. Coordinates are in **EPSG:4326 (WGS-84)** and MUST follow **[longitude, latitude, (altitude?)]** order. Supported types: - Point, LineString, Polygon - MultiPoint, MultiLineString, MultiPolygon - GeometryCollection (uses geometries instead of coordinates) Notes: - For rectangles, use a Polygon with a single linear ring where the first and last positions are identical. - Circles are **not native** to GeoJSON. For circular searches, use SpatialConstraint with op: s_dwithin and a Point + distanceMeters, or approximate the circle as a Polygon. - Optional bbox is [west, south, east, north] in degrees.

Versions