{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "GetBrokerStrategyInfoRequest", "type": "object", "properties": { "EMSX_BROKER": { "type": "string" }, "EMSX_STRATEGY": { "type": "string" }, "EMSX_ASSET_CLASS": { "type": "string" } } }