{
  "name": "Example state portfolio dashboard data",
  "version": "1.0.0",
  "href": "/locus/portfolio",
  "note": "Mock aggregation of schema-valid runs \u2014 illustrates portfolio = sum of valid logs.",
  "sites": [
    {
      "id": "campus-a",
      "name": "North Campus",
      "units": {
        "P3": 2,
        "RP0_lab": 1
      },
      "electrical_wh": 12800,
      "biomass_gain_g": 1.2,
      "piezo_j": 480,
      "status": "green"
    },
    {
      "id": "school-b",
      "name": "River School",
      "units": {
        "P0": 4,
        "P3": 1
      },
      "electrical_wh": 6400,
      "biomass_gain_g": 0.4,
      "piezo_j": 0,
      "status": "green"
    },
    {
      "id": "plaza-c",
      "name": "Transit Plaza",
      "units": {
        "RP0_plaza": 2,
        "P3": 1
      },
      "electrical_wh": 3100,
      "biomass_gain_g": 0,
      "piezo_j": 9200,
      "status": "amber"
    }
  ],
  "totals": {
    "electrical_wh": 22300,
    "biomass_gain_g": 1.6,
    "piezo_j": 9680,
    "sites": 3
  }
}
