{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api-evangelist.github.io/elexon/json-schema/Insights.Api.Models.Responses.Balancing.Physical.DatasetRows.DeliveryLimitMaxData.json", "title": "Insights.Api.Models.Responses.Balancing.Physical.DatasetRows.DeliveryLimitMaxData", "type": "object", "properties": { "dataset": { "type": "string", "nullable": true, "example": "MILS" }, "settlementDate": { "type": "string", "format": "date", "example": "2022-07-01" }, "settlementPeriod": { "type": "integer", "format": "int32", "example": 3 }, "timeFrom": { "type": "string", "format": "date-time", "example": "2022-07-01T13:34:00Z" }, "timeTo": { "type": "string", "format": "date-time", "example": "2022-07-01T13:34:00Z" }, "levelFrom": { "type": "integer", "format": "int32", "example": 5 }, "levelTo": { "type": "integer", "format": "int32", "example": 46 }, "notificationTime": { "type": "string", "format": "date-time", "example": "2022-07-01T13:34:00Z" }, "notificationSequence": { "type": "integer", "format": "int32", "example": 93210322 }, "nationalGridBmUnit": { "type": "string", "nullable": true, "example": "ABRBO-1" }, "bmUnit": { "type": "string", "nullable": true, "example": "T_ABRBO-1" } }, "additionalProperties": false }