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