Elexon · Schema

Insights.Api.Models.Responses.Transparency.AgptSummaryData

ElectricityEnergyUK Energy MarketBalancing MechanismSettlementMeter ReadingsMarket TransparencyBMRSElectricity GridPower GenerationUnited Kingdom

Properties

Name Type Description
psrType string
halfHourUsage number
halfHourPercentage number
twentyFourHourUsage number
twentyFourHourPercentage number
View JSON Schema on GitHub

JSON Schema

Insights.Api.Models.Responses.Transparency.AgptSummaryData.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/elexon/json-schema/Insights.Api.Models.Responses.Transparency.AgptSummaryData.json",
  "title": "Insights.Api.Models.Responses.Transparency.AgptSummaryData",
  "type": "object",
  "properties": {
    "psrType": {
      "type": "string",
      "nullable": true
    },
    "halfHourUsage": {
      "type": "number",
      "format": "double"
    },
    "halfHourPercentage": {
      "type": "number",
      "format": "double"
    },
    "twentyFourHourUsage": {
      "type": "number",
      "format": "double"
    },
    "twentyFourHourPercentage": {
      "type": "number",
      "format": "double"
    }
  },
  "additionalProperties": false
}