Elexon · Schema

Insights.Api.Models.Responses.Reference.InterconnectorData

ElectricityEnergyUK Energy MarketBalancing MechanismSettlementMeter ReadingsMarket TransparencyBMRSElectricity GridPower GenerationUnited Kingdom

Properties

Name Type Description
interconnectorId string
interconnectorName string
interconnectorBiddingZone string
View JSON Schema on GitHub

JSON Schema

Insights.Api.Models.Responses.Reference.InterconnectorData.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/elexon/json-schema/Insights.Api.Models.Responses.Reference.InterconnectorData.json",
  "title": "Insights.Api.Models.Responses.Reference.InterconnectorData",
  "type": "object",
  "properties": {
    "interconnectorId": {
      "type": "string",
      "nullable": true
    },
    "interconnectorName": {
      "type": "string",
      "nullable": true
    },
    "interconnectorBiddingZone": {
      "type": "string",
      "nullable": true
    }
  },
  "additionalProperties": false
}