Elexon · Schema

Insights.Api.Models.Responses.DemandForecast.DemandForecastDayAhead

ElectricityEnergyUK Energy MarketBalancing MechanismSettlementMeter ReadingsMarket TransparencyBMRSElectricity GridPower GenerationUnited Kingdom

Properties

Name Type Description
publishTime string
transmissionSystemDemand integer
nationalDemand integer
startTime string
settlementDate string
settlementPeriod integer
boundary string
View JSON Schema on GitHub

JSON Schema

Insights.Api.Models.Responses.DemandForecast.DemandForecastDayAhead.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/elexon/json-schema/Insights.Api.Models.Responses.DemandForecast.DemandForecastDayAhead.json",
  "title": "Insights.Api.Models.Responses.DemandForecast.DemandForecastDayAhead",
  "type": "object",
  "properties": {
    "publishTime": {
      "type": "string",
      "format": "date-time",
      "nullable": true
    },
    "transmissionSystemDemand": {
      "type": "integer",
      "format": "int64"
    },
    "nationalDemand": {
      "type": "integer",
      "format": "int64",
      "nullable": true
    },
    "startTime": {
      "type": "string",
      "format": "date-time"
    },
    "settlementDate": {
      "type": "string",
      "format": "date"
    },
    "settlementPeriod": {
      "type": "integer",
      "format": "int32"
    },
    "boundary": {
      "type": "string",
      "nullable": true
    }
  },
  "additionalProperties": false
}