Elexon · Schema

Insights.Api.Models.Responses.DemandOutturn.RollingSystemDemand

ElectricityEnergyUK Energy MarketBalancing MechanismSettlementMeter ReadingsMarket TransparencyBMRSElectricity GridPower GenerationUnited Kingdom

Properties

Name Type Description
recordType string
startTime string
demand integer
View JSON Schema on GitHub

JSON Schema

Insights.Api.Models.Responses.DemandOutturn.RollingSystemDemand.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/elexon/json-schema/Insights.Api.Models.Responses.DemandOutturn.RollingSystemDemand.json",
  "title": "Insights.Api.Models.Responses.DemandOutturn.RollingSystemDemand",
  "type": "object",
  "properties": {
    "recordType": {
      "type": "string",
      "nullable": true
    },
    "startTime": {
      "type": "string",
      "format": "date-time",
      "nullable": true
    },
    "demand": {
      "type": "integer",
      "format": "int64",
      "nullable": true
    }
  },
  "additionalProperties": false
}