Elexon · Schema

Insights.Api.LegacyInteroperability.LegacyRemitListResponse

ElectricityEnergyUK Energy MarketBalancing MechanismSettlementMeter ReadingsMarket TransparencyBMRSElectricity GridPower GenerationUnited Kingdom

Properties

Name Type Description
legacyRemitListMetadata object
legacyRemitListResponseBody object
View JSON Schema on GitHub

JSON Schema

Insights.Api.LegacyInteroperability.LegacyRemitListResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/elexon/json-schema/Insights.Api.LegacyInteroperability.LegacyRemitListResponse.json",
  "title": "Insights.Api.LegacyInteroperability.LegacyRemitListResponse",
  "type": "object",
  "properties": {
    "legacyRemitListMetadata": {
      "$ref": "#/components/schemas/Insights.Api.LegacyInteroperability.LegacyRemitListMetadata"
    },
    "legacyRemitListResponseBody": {
      "$ref": "#/components/schemas/Insights.Api.LegacyInteroperability.LegacyRemitListResponseBody"
    }
  },
  "additionalProperties": false
}