{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api-evangelist.github.io/elexon/json-schema/Insights.Api.LegacyInteroperability.LegacyRemitDetailBody.json", "title": "Insights.Api.LegacyInteroperability.LegacyRemitDetailBody", "type": "object", "properties": { "dataItem": { "type": "string", "nullable": true }, "list": { "$ref": "#/components/schemas/Insights.Api.LegacyInteroperability.LegacyRemitDetailList" } }, "additionalProperties": false }