{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api-evangelist.github.io/elexon/json-schema/Insights.Api.Models.Responses.Misc.DatasetRows.SystemFrequency.json", "title": "Insights.Api.Models.Responses.Misc.DatasetRows.SystemFrequency", "type": "object", "properties": { "dataset": { "type": "string", "nullable": true }, "measurementTime": { "type": "string", "format": "date-time" }, "frequency": { "type": "number", "format": "double" } }, "additionalProperties": false }