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