{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api-evangelist.github.io/elexon/json-schema/Insights.Api.Models.Responses.Balancing.Dynamic.DatasetRows.DeliveryPeriodMaxData.json", "title": "Insights.Api.Models.Responses.Balancing.Dynamic.DatasetRows.DeliveryPeriodMaxData", "type": "object", "properties": { "dataset": { "type": "string", "nullable": true, "example": "MDP" }, "settlementDate": { "type": "string", "format": "date", "example": "2022-07-25" }, "settlementPeriod": { "type": "integer", "format": "int32", "example": 3 }, "time": { "type": "string", "format": "date-time", "example": "2022-07-25T09:34:00Z" }, "periodMax": { "type": "integer", "format": "int32", "example": 360 }, "nationalGridBmUnit": { "type": "string", "nullable": true, "example": "ABRBO-1" }, "bmUnit": { "type": "string", "nullable": true, "example": "T_ABRBO-1" } }, "additionalProperties": false }