WattTime · JSON Structure

Watttime Grid Maps Response Structure

GeoJSON FeatureCollection of grid region boundaries.

Type: object Properties: 2
EmissionsClimateCarbonEnergyElectricity GridSustainabilityClean Energy

GridMapsResponse is a JSON Structure definition published by WattTime, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

type features

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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"
      }
    }
  }
}