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