Björn Blissing
Björn Blissing
Add validation support for MAXAR_content_geojson extension including `propertiesSchemaUri` validation, external schema loading, and comprehensive validation against `geojsonproperties.schema.json` structure.
Implement full validation for `MAXAR_grid` extension based on `tileset.MAXAR_grid.schema.json` and `tile.MAXAR_grid.schema.json` specifications. The validator supports: - Tileset-level validation for `quad`, `s2`, and `geod `grid types - Tile-level validation for `boundingBox`,...
Implement comprehensive validation for `MAXAR_extent` extension that validates the presence of a valid URI property without checking the referenced GeoJSON file contents. Includes complete test coverage with valid and invalid...