Elexon · Schema

Insights.Api.LegacyInteroperability.LegacyRemitDetailBody

ElectricityEnergyUK Energy MarketBalancing MechanismSettlementMeter ReadingsMarket TransparencyBMRSElectricity GridPower GenerationUnited Kingdom

Properties

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

JSON Schema

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