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