{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "GetBrokerStrategiesResponse", "type": "object", "properties": { "strategies": { "type": "array", "description": "List of available strategy names" } } }