GeoJSON Schema
JSON →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.
Resources
packagegeojson-schema ↗