{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "fields", "type": "object", "properties": { "BID_1": { "type": "number" }, "BID_VOL_1": { "type": "integer" }, "BID_EXCH_1": { "type": "string" }, "ASK_1": { "type": "number" }, "ASK_VOL_1": { "type": "integer" }, "ASK_EXCH_1": { "type": "string" }, "LAST_1": { "type": "number" }, "LAST_DATE_1": { "type": "string" }, "LAST_TIME_1": { "type": "string" }, "LAST_VOL_1": { "type": "integer" }, "LAST_EXCH_1": { "type": "string" }, "CUM_VOL": { "type": "integer" }, "VWAP": { "type": "number" }, "OPEN_1": { "type": "number" }, "HIGH_1": { "type": "number" }, "LOW_1": { "type": "number" }, "TRADE_CONDITION": { "type": "string" }, "GMT_OFFSET": { "type": "integer" }, "PRICE_CURRENCY": { "type": "string" } } }