{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "OptimizerStrategyOverrides", "type": "object", "properties": { "tax": { "type": "string", "description": "Tax" }, "objective": { "type": "string", "description": "Objective" }, "constraints": { "type": "object", "description": "List of constraints" }, "alpha": { "type": "string", "description": "Alpha" }, "transactionCost": { "type": "string", "description": "Transaction cost" } } }