SolarArbiter / solarforecastarbiter-api

HTTP API and database schema for the Solar Forecast Arbiter
https://api.solarforecastarbiter.org
MIT License
10 stars 6 forks source link

create new report spec needs fixes #308

Open wholmgren opened 3 years ago

wholmgren commented 3 years ago

"normalization" is a valid key for elements of "object_pairs", right? It's included in core's reports tests here and here

{
  "report_parameters": {
    "categories": [
      "total"
    ],
    "costs": null,
    "end": "2019-08-24T14:15:22Z",
    "filters": null,
    "forecast_fill_method": null,
    "metrics": [
      "mae"
    ],
    "name": "string",
    "object_pairs": [
      {
        "aggregate": "0f59de55-2f0e-436a-8ea9-fb197b396fd3",
        "cost": null,
        "forecast": "c1058bd0-c3da-4141-92c6-496be27f264d",
        "forecast_type": "forecast",
        "observation": "5bf24aaf-36fe-45d8-956d-da6551803aa4",
        "reference_forecast": null,
        "uncertainty": null
      }
    ],
    "start": "2019-08-24T14:15:22Z"
  }
}
wholmgren commented 3 years ago

longer list of potential issues with the create new report example json and/or docstring: