{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "OptimizerStrategyOverrides", "type": "object", "properties": { "tax": { "type": "string" }, "objective": { "type": "string" }, "constraints": { "type": "object" }, "alpha": { "type": "string" }, "transactionCost": { "type": "string" } } }