{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api-evangelist.github.io/elexon/json-schema/Insights.Api.Models.Responses.Transparency.Remit.RemitMessageIdentifierWithUrl.json", "title": "Insights.Api.Models.Responses.Transparency.Remit.RemitMessageIdentifierWithUrl", "type": "object", "properties": { "id": { "type": "integer", "format": "int32", "example": 24 }, "mrid": { "type": "string", "nullable": true, "example": "11XINNOGY------2-NGET-RMT-00084421" }, "revisionNumber": { "type": "integer", "format": "int32", "example": 2 }, "createdTime": { "type": "string", "format": "date-time", "example": "2023-01-31T17:39:15Z" }, "publishTime": { "type": "string", "format": "date-time", "example": "2023-01-31T17:15:31Z" }, "url": { "type": "string", "nullable": true, "example": "https://data.elexon.co.uk/bmrs/api/v1/remit/24" } }, "additionalProperties": false }