Elexon · Schema

Insights.Api.Models.Responses.Transparency.DatasetRows.CostsOfCongestionManagementDatasetRow

ElectricityEnergyUK Energy MarketBalancing MechanismSettlementMeter ReadingsMarket TransparencyBMRSElectricity GridPower GenerationUnited Kingdom

Properties

Name Type Description
dataset string
documentId string
documentRevisionNumber integer
publishTime string
businessType string
year integer
month string
amount number
View JSON Schema on GitHub

JSON Schema

Insights.Api.Models.Responses.Transparency.DatasetRows.CostsOfCongestionManagementDatasetRow.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.CostsOfCongestionManagementDatasetRow.json",
  "title": "Insights.Api.Models.Responses.Transparency.DatasetRows.CostsOfCongestionManagementDatasetRow",
  "type": "object",
  "properties": {
    "dataset": {
      "type": "string",
      "nullable": true,
      "example": "CCM"
    },
    "documentId": {
      "type": "string",
      "nullable": true,
      "example": "NGET-EMFIP-CCM-00688999"
    },
    "documentRevisionNumber": {
      "type": "integer",
      "format": "int32",
      "example": 1
    },
    "publishTime": {
      "type": "string",
      "format": "date-time",
      "example": "2023-07-12 05:00:00Z"
    },
    "businessType": {
      "type": "string",
      "nullable": true,
      "example": "Congestion costs"
    },
    "year": {
      "type": "integer",
      "format": "int32",
      "example": 2023
    },
    "month": {
      "type": "string",
      "nullable": true,
      "example": "OCT"
    },
    "amount": {
      "type": "number",
      "format": "double",
      "example": 1.08
    }
  },
  "additionalProperties": false
}