Elexon · Schema

Insights.Api.Models.Metadata.RemitApiResponseSourceMetadata

ElectricityEnergyUK Energy MarketBalancing MechanismSettlementMeter ReadingsMarket TransparencyBMRSElectricity GridPower GenerationUnited Kingdom

Properties

Name Type Description
datasets array
source string
View JSON Schema on GitHub

JSON Schema

Insights.Api.Models.Metadata.RemitApiResponseSourceMetadata.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/elexon/json-schema/Insights.Api.Models.Metadata.RemitApiResponseSourceMetadata.json",
  "title": "Insights.Api.Models.Metadata.RemitApiResponseSourceMetadata",
  "type": "object",
  "properties": {
    "datasets": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "nullable": true,
      "example": [
        "DATASET"
      ]
    },
    "source": {
      "type": "string",
      "nullable": true,
      "example": "Elexon"
    }
  },
  "additionalProperties": false
}