{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "references", "type": "object", "properties": { "fsymId": { "type": "string" }, "name": { "type": "string" }, "secType": { "type": "string" }, "secTypeCode": { "type": "string" }, "secTypeCodeDet": { "type": "string" }, "currency": { "type": "string" }, "country": { "type": "string" }, "primaryExchange": { "type": "string" }, "exchangeCountry": { "type": "string" }, "localIndex": { "type": "string" }, "nextTradingHolidayDate": { "type": "string" }, "firstDate": { "type": "string" }, "lastDate": { "type": "string" }, "requestId": { "type": "string" } } }