Elexon · Schema

Insights.Api.Models.Responses.ForecastSurplus.ForecastSurplusWeekly

ElectricityEnergyUK Energy MarketBalancing MechanismSettlementMeter ReadingsMarket TransparencyBMRSElectricity GridPower GenerationUnited Kingdom

Properties

Name Type Description
publishTime string
surplus integer
week integer
year integer
weekStartDate string
View JSON Schema on GitHub

JSON Schema

Insights.Api.Models.Responses.ForecastSurplus.ForecastSurplusWeekly.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/elexon/json-schema/Insights.Api.Models.Responses.ForecastSurplus.ForecastSurplusWeekly.json",
  "title": "Insights.Api.Models.Responses.ForecastSurplus.ForecastSurplusWeekly",
  "type": "object",
  "properties": {
    "publishTime": {
      "type": "string",
      "format": "date-time"
    },
    "surplus": {
      "type": "integer",
      "format": "int64",
      "nullable": true
    },
    "week": {
      "type": "integer",
      "format": "int32"
    },
    "year": {
      "type": "integer",
      "format": "int32"
    },
    "weekStartDate": {
      "type": "string",
      "format": "date"
    }
  },
  "additionalProperties": false
}