{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "identifierResolutionHistorical", "type": "object", "properties": { "requestId": { "type": "string" }, "inputSymbolType": { "type": "string" }, "name": { "type": "string" }, "frefListingExchange": { "type": "string" }, "currency": { "type": "string" }, "outputType": { "type": "string" }, "value": { "type": "string" }, "startDate": { "type": "string" }, "endDate": { "type": "string" } } }