Elexon · Schema

Insights.Api.Models.Responses.RestorationZone.RestorationZoneDemandRestoredDatasetRow

ElectricityEnergyUK Energy MarketBalancing MechanismSettlementMeter ReadingsMarket TransparencyBMRSElectricity GridPower GenerationUnited Kingdom

Properties

Name Type Description
dataset string
submissionDateTime string
publishTime string
region string
gspGroupId string
restoredDemand integer
View JSON Schema on GitHub

JSON Schema

Insights.Api.Models.Responses.RestorationZone.RestorationZoneDemandRestoredDatasetRow.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/elexon/json-schema/Insights.Api.Models.Responses.RestorationZone.RestorationZoneDemandRestoredDatasetRow.json",
  "title": "Insights.Api.Models.Responses.RestorationZone.RestorationZoneDemandRestoredDatasetRow",
  "type": "object",
  "properties": {
    "dataset": {
      "type": "string",
      "nullable": true,
      "example": "RZDR"
    },
    "submissionDateTime": {
      "type": "string",
      "format": "date-time",
      "example": "2025-01-01T07:01:07"
    },
    "publishTime": {
      "type": "string",
      "format": "date-time",
      "example": "2025-01-01T00:00:10"
    },
    "region": {
      "type": "string",
      "nullable": true,
      "example": "North Scotland"
    },
    "gspGroupId": {
      "type": "string",
      "nullable": true,
      "example": "_A"
    },
    "restoredDemand": {
      "type": "integer",
      "format": "int32",
      "example": 1234
    }
  },
  "additionalProperties": false
}