{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api-evangelist.github.io/elexon/json-schema/Insights.Api.Models.Responses.DataStatus.DataStatusResponse.json", "title": "Insights.Api.Models.Responses.DataStatus.DataStatusResponse", "type": "object", "properties": { "settlementDate": { "type": "string", "format": "date", "example": "2021-12-05" }, "settlementPeriod": { "type": "integer", "format": "int32", "example": 14 }, "dataPointCount": { "type": "integer", "format": "int32", "example": 31 } }, "additionalProperties": false }