{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api-evangelist.github.io/elexon/json-schema/Insights.Api.Models.Responses.Generation.OutturnGenerationValue.json", "title": "Insights.Api.Models.Responses.Generation.OutturnGenerationValue", "type": "object", "properties": { "fuelType": { "type": "string", "nullable": true }, "generation": { "type": "integer", "format": "int64" } }, "additionalProperties": false }