{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api-evangelist.github.io/elexon/json-schema/Insights.Api.Models.Responses.IndicatedForecast.IndicatedForecast.json", "title": "Insights.Api.Models.Responses.IndicatedForecast.IndicatedForecast", "type": "object", "properties": { "publishTime": { "type": "string", "format": "date-time", "nullable": true }, "startTime": { "type": "string", "format": "date-time" }, "settlementDate": { "type": "string", "format": "date" }, "settlementPeriod": { "type": "integer", "format": "int32" }, "boundary": { "type": "string", "nullable": true }, "indicatedGeneration": { "type": "integer", "format": "int64", "nullable": true }, "indicatedDemand": { "type": "integer", "format": "int64", "nullable": true }, "indicatedMargin": { "type": "integer", "format": "int64", "nullable": true }, "indicatedImbalance": { "type": "integer", "format": "int64", "nullable": true } }, "additionalProperties": false }