{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api-evangelist.github.io/elexon/json-schema/Insights.Api.LegacyInteroperability.LegacyRemitResponseList.json", "title": "Insights.Api.LegacyInteroperability.LegacyRemitResponseList", "type": "object", "properties": { "item": { "type": "array", "items": { "$ref": "#/components/schemas/Insights.Api.LegacyInteroperability.LegacyRemitListItem" }, "nullable": true } }, "additionalProperties": false }