{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api-evangelist.github.io/elexon/json-schema/Insights.Api.Models.Responses.DemandOutturn.IndicativeDemandPeak.json", "title": "Insights.Api.Models.Responses.DemandOutturn.IndicativeDemandPeak", "type": "object", "properties": { "settlementDate": { "type": "string", "format": "date", "example": "2021-10-01" }, "settlementPeriod": { "type": "integer", "format": "int32", "example": 3 }, "halfHourEndTime": { "type": "string", "format": "date-time", "example": "2021-10-01T01:00:00Z" }, "demand": { "type": "number", "format": "double", "example": 36256 }, "settlementRunType": { "type": "string", "nullable": true, "example": "II" } }, "additionalProperties": false }