{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "InstrumentID", "type": "object", "properties": { "BBG": { "type": "string" }, "CUSIP": { "type": "string" }, "FDS_ID": { "type": "string" }, "FDS_TICKER_REGION": { "type": "string" }, "FDS_TICKER_EXCHANGE": { "type": "string" }, "FIGI": { "type": "string" }, "ISIN": { "type": "string" }, "PERMID": { "type": "string" }, "RIC": { "type": "string" }, "SEDOL": { "type": "string" }, "ticker": { "type": "string" } } }