Elexon · Schema

Insights.Api.Models.Responses.Transparency.DatasetRows.PpbrDatasetRow

ElectricityEnergyUK Energy MarketBalancing MechanismSettlementMeter ReadingsMarket TransparencyBMRSElectricity GridPower GenerationUnited Kingdom

Properties

Name Type Description
dataset string
documentId string
documentRevisionNumber integer
publishTime string
psrType string
marketAgreementType string
flowDirection string
settlementDate string
amount number
View JSON Schema on GitHub

JSON Schema

Insights.Api.Models.Responses.Transparency.DatasetRows.PpbrDatasetRow.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/elexon/json-schema/Insights.Api.Models.Responses.Transparency.DatasetRows.PpbrDatasetRow.json",
  "title": "Insights.Api.Models.Responses.Transparency.DatasetRows.PpbrDatasetRow",
  "type": "object",
  "properties": {
    "dataset": {
      "type": "string",
      "nullable": true,
      "example": "PPBR"
    },
    "documentId": {
      "type": "string",
      "nullable": true,
      "example": "NGET-EMFIP-PPBR-00688983"
    },
    "documentRevisionNumber": {
      "type": "integer",
      "format": "int32",
      "example": 1
    },
    "publishTime": {
      "type": "string",
      "format": "date-time",
      "example": "2023-08-22T07:43:04Z"
    },
    "psrType": {
      "type": "string",
      "nullable": true,
      "example": "Generation"
    },
    "marketAgreementType": {
      "type": "string",
      "nullable": true,
      "example": "Daily"
    },
    "flowDirection": {
      "type": "string",
      "nullable": true,
      "example": "Up"
    },
    "settlementDate": {
      "type": "string",
      "format": "date",
      "example": "2023-08-23"
    },
    "amount": {
      "type": "number",
      "format": "double",
      "example": 1.2
    }
  },
  "additionalProperties": false
}