GeoJSON Schema

JSON →
library 1.0.5 ·javascript
verified Jun 7, 2026

Generates standalone JSON Schema documents for GeoJSON object types (Feature, Point, Polygon, etc.) as defined by RFC 7946. Current stable version is 1.0.5, released infrequently. Each schema is self-contained (no $ref dependencies), allowing consumers to fetch only what they need. Key differentiator: provides complete, non-referenced schemas ideal for offline or selective validation. Cannot validate linear ring closure or right-hand rule, requiring custom logic. Used for validating GeoJSON structures in any JSON Schema compliant validator.