Elexon · Schema

Insights.Api.LegacyInteroperability.LegacyRemitDetailMetadata

ElectricityEnergyUK Energy MarketBalancing MechanismSettlementMeter ReadingsMarket TransparencyBMRSElectricity GridPower GenerationUnited Kingdom

Properties

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

JSON Schema

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