Elexon · Schema

Insights.Api.Models.Responses.DemandOutturn.IndicativeDemandPeak

ElectricityEnergyUK Energy MarketBalancing MechanismSettlementMeter ReadingsMarket TransparencyBMRSElectricity GridPower GenerationUnited Kingdom

Properties

Name Type Description
settlementDate string
settlementPeriod integer
halfHourEndTime string
demand number
settlementRunType string
View JSON Schema on GitHub

JSON Schema

Insights.Api.Models.Responses.DemandOutturn.IndicativeDemandPeak.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/elexon/json-schema/Insights.Api.Models.Responses.DemandOutturn.IndicativeDemandPeak.json",
  "title": "Insights.Api.Models.Responses.DemandOutturn.IndicativeDemandPeak",
  "type": "object",
  "properties": {
    "settlementDate": {
      "type": "string",
      "format": "date",
      "example": "2021-10-01"
    },
    "settlementPeriod": {
      "type": "integer",
      "format": "int32",
      "example": 3
    },
    "halfHourEndTime": {
      "type": "string",
      "format": "date-time",
      "example": "2021-10-01T01:00:00Z"
    },
    "demand": {
      "type": "number",
      "format": "double",
      "example": 36256
    },
    "settlementRunType": {
      "type": "string",
      "nullable": true,
      "example": "II"
    }
  },
  "additionalProperties": false
}