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