Elexon · Schema

Insights.Api.LegacyInteroperability.LegacyRemitListResponseBody

ElectricityEnergyUK Energy MarketBalancing MechanismSettlementMeter ReadingsMarket TransparencyBMRSElectricity GridPower GenerationUnited Kingdom

Properties

Name Type Description
dataItem string
legacyRemitResponseList object
View JSON Schema on GitHub

JSON Schema

Insights.Api.LegacyInteroperability.LegacyRemitListResponseBody.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/elexon/json-schema/Insights.Api.LegacyInteroperability.LegacyRemitListResponseBody.json",
  "title": "Insights.Api.LegacyInteroperability.LegacyRemitListResponseBody",
  "type": "object",
  "properties": {
    "dataItem": {
      "type": "string",
      "nullable": true
    },
    "legacyRemitResponseList": {
      "$ref": "#/components/schemas/Insights.Api.LegacyInteroperability.LegacyRemitResponseList"
    }
  },
  "additionalProperties": false
}