{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/watttime/refs/heads/main/json-structure/watttime-grid-maps-response-structure.json", "name": "GridMapsResponse", "description": "GeoJSON FeatureCollection of grid region boundaries.", "type": "object", "properties": { "type": { "type": "string", "description": "GeoJSON type.", "example": "FeatureCollection" }, "features": { "type": "array", "description": "Array of GeoJSON features representing grid regions.", "items": { "type": "object" } } } }