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