{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api-evangelist.github.io/elexon/json-schema/Insights.Api.Models.Metadata.ApiResponseSourceMetadata.json", "title": "Insights.Api.Models.Metadata.ApiResponseSourceMetadata", "type": "object", "properties": { "datasets": { "type": "array", "items": { "type": "string" }, "nullable": true, "example": [ "DATASET" ] } }, "additionalProperties": false }