Elexon · Schema

Insights.Api.LegacyInteroperability.LegacyRemitListMetadata

ElectricityEnergyUK Energy MarketBalancing MechanismSettlementMeter ReadingsMarket TransparencyBMRSElectricity GridPower GenerationUnited Kingdom

Properties

Name Type Description
httpCode integer
errorType string
description string
cappingApplied string
cappingLimit integer
queryString string
View JSON Schema on GitHub

JSON Schema

Insights.Api.LegacyInteroperability.LegacyRemitListMetadata.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/elexon/json-schema/Insights.Api.LegacyInteroperability.LegacyRemitListMetadata.json",
  "title": "Insights.Api.LegacyInteroperability.LegacyRemitListMetadata",
  "type": "object",
  "properties": {
    "httpCode": {
      "type": "integer",
      "format": "int32"
    },
    "errorType": {
      "type": "string",
      "nullable": true
    },
    "description": {
      "type": "string",
      "nullable": true
    },
    "cappingApplied": {
      "type": "string",
      "nullable": true
    },
    "cappingLimit": {
      "type": "integer",
      "format": "int32"
    },
    "queryString": {
      "type": "string",
      "nullable": true
    }
  },
  "additionalProperties": false
}