Elexon · Schema

Insights.Api.Models.Responses.IndicatedForecast.DatasetRows.IndicatedDemand

ElectricityEnergyUK Energy MarketBalancing MechanismSettlementMeter ReadingsMarket TransparencyBMRSElectricity GridPower GenerationUnited Kingdom

Properties

Name Type Description
dataset string
demand integer
publishTime string
startTime string
settlementDate string
settlementPeriod integer
boundary string
View JSON Schema on GitHub

JSON Schema

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