Elexon · Schema

Insights.Api.Models.Responses.Generation.DatasetRows.AvailabilityByBmUnitWeekly

ElectricityEnergyUK Energy MarketBalancing MechanismSettlementMeter ReadingsMarket TransparencyBMRSElectricity GridPower GenerationUnited Kingdom

Properties

Name Type Description
dataset string
fuelType string
nationalGridBmUnit string
bmUnit string
publishTime string
week integer
year integer
outputUsable integer
View JSON Schema on GitHub

JSON Schema

Insights.Api.Models.Responses.Generation.DatasetRows.AvailabilityByBmUnitWeekly.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/elexon/json-schema/Insights.Api.Models.Responses.Generation.DatasetRows.AvailabilityByBmUnitWeekly.json",
  "title": "Insights.Api.Models.Responses.Generation.DatasetRows.AvailabilityByBmUnitWeekly",
  "type": "object",
  "properties": {
    "dataset": {
      "type": "string",
      "nullable": true
    },
    "fuelType": {
      "type": "string",
      "nullable": true,
      "example": "CCGT"
    },
    "nationalGridBmUnit": {
      "type": "string",
      "nullable": true,
      "example": "CARR-1"
    },
    "bmUnit": {
      "type": "string",
      "nullable": true,
      "example": "T_CARR-1"
    },
    "publishTime": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "example": "2022-08-10T15:00:00Z"
    },
    "week": {
      "type": "integer",
      "format": "int32",
      "nullable": true,
      "example": 34
    },
    "year": {
      "type": "integer",
      "format": "int32",
      "nullable": true,
      "example": 2022
    },
    "outputUsable": {
      "type": "integer",
      "format": "int64",
      "nullable": true,
      "example": 442
    }
  },
  "additionalProperties": false
}