Elexon · Schema
Insights.Api.Models.Responses.Balancing.Physical.DatasetRows.DeliveryLimitMaxData
ElectricityEnergyUK Energy MarketBalancing MechanismSettlementMeter ReadingsMarket TransparencyBMRSElectricity GridPower GenerationUnited Kingdom
Properties
| Name | Type | Description |
|---|---|---|
| dataset | string | |
| settlementDate | string | |
| settlementPeriod | integer | |
| timeFrom | string | |
| timeTo | string | |
| levelFrom | integer | |
| levelTo | integer | |
| notificationTime | string | |
| notificationSequence | integer | |
| nationalGridBmUnit | string | |
| bmUnit | string |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://api-evangelist.github.io/elexon/json-schema/Insights.Api.Models.Responses.Balancing.Physical.DatasetRows.DeliveryLimitMaxData.json",
"title": "Insights.Api.Models.Responses.Balancing.Physical.DatasetRows.DeliveryLimitMaxData",
"type": "object",
"properties": {
"dataset": {
"type": "string",
"nullable": true,
"example": "MILS"
},
"settlementDate": {
"type": "string",
"format": "date",
"example": "2022-07-01"
},
"settlementPeriod": {
"type": "integer",
"format": "int32",
"example": 3
},
"timeFrom": {
"type": "string",
"format": "date-time",
"example": "2022-07-01T13:34:00Z"
},
"timeTo": {
"type": "string",
"format": "date-time",
"example": "2022-07-01T13:34:00Z"
},
"levelFrom": {
"type": "integer",
"format": "int32",
"example": 5
},
"levelTo": {
"type": "integer",
"format": "int32",
"example": 46
},
"notificationTime": {
"type": "string",
"format": "date-time",
"example": "2022-07-01T13:34:00Z"
},
"notificationSequence": {
"type": "integer",
"format": "int32",
"example": 93210322
},
"nationalGridBmUnit": {
"type": "string",
"nullable": true,
"example": "ABRBO-1"
},
"bmUnit": {
"type": "string",
"nullable": true,
"example": "T_ABRBO-1"
}
},
"additionalProperties": false
}