GeoJSON data for annotating maps
{ "title": "foxglove.GeoJSON", "description": "GeoJSON data for annotating maps", "$comment": "Generated by https://github.com/foxglove/foxglove-sdk", "type": "object", "properties": { "geojson": { "type": "string", "description": "GeoJSON data encoded as a UTF-8 string" } }, "required": [ "geojson" ] }