{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api-evangelist.github.io/elexon/json-schema/Insights.Api.Models.Responses.Transparency.DayAheadGenerationForWindAndSolar.json", "title": "Insights.Api.Models.Responses.Transparency.DayAheadGenerationForWindAndSolar", "type": "object", "properties": { "publishTime": { "type": "string", "format": "date-time", "example": "2023-06-29T17:25:09Z" }, "processType": { "type": "string", "nullable": true, "example": "Intraday process" }, "businessType": { "type": "string", "nullable": true, "example": "Wind generation" }, "psrType": { "type": "string", "nullable": true, "example": "Wind Offshore" }, "startTime": { "type": "string", "format": "date-time", "example": "2023-06-29T15:30:00Z" }, "settlementDate": { "type": "string", "format": "date", "example": "2023-06-29" }, "settlementPeriod": { "type": "integer", "format": "int32", "example": 40 }, "quantity": { "type": "number", "format": "double", "example": 1000 } }, "additionalProperties": false }