Validate GeoJSON Tool
validate_geojson_toolValidate GeoJSON objects for correct structure, coordinates, and geometry types to ensure data integrity.
Instructions
Validates GeoJSON objects for correctness, checking structure, coordinates, and geometry types
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| geojson | Yes | GeoJSON object or JSON string to validate |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| info | Yes | Informational messages | |
| valid | Yes | Whether the GeoJSON is valid | |
| errors | Yes | Critical errors | |
| warnings | Yes | Non-critical warnings | |
| statistics | Yes | GeoJSON statistics |