{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api-evangelist.github.io/elexon/json-schema/Insights.Api.Models.Responses.Transparency.ActualGenerationValue.json", "title": "Insights.Api.Models.Responses.Transparency.ActualGenerationValue", "type": "object", "properties": { "businessType": { "type": "string", "nullable": true, "example": "Solar generation" }, "psrType": { "type": "string", "nullable": true, "example": "Solar" }, "quantity": { "type": "number", "format": "double", "example": 1829 } }, "additionalProperties": false }