{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "InstrumentDto", "type": "object", "properties": { "symbol": { "type": "string" }, "tickerRegion": { "type": "string" }, "tickerExchange": { "type": "string" }, "sedol": { "type": "string" }, "cusip": { "type": "string" }, "isin": { "type": "string" }, "instrumentName": { "type": "string" }, "identifiers": { "type": "array" } } }