Elexon · Schema

Insights.Api.Models.Responses.DemandForecast.DatasetRows.DemandForecastNationalWeekly

ElectricityEnergyUK Energy MarketBalancing MechanismSettlementMeter ReadingsMarket TransparencyBMRSElectricity GridPower GenerationUnited Kingdom

Properties

Name Type Description
dataset string
publishTime string
year integer
week integer
demand integer
View JSON Schema on GitHub

JSON Schema

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