{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "NPOOptimizerStrategyOverrides", "type": "object", "properties": { "objective": { "type": "object", "description": "Objective parameters" }, "constraints": { "type": "array", "description": "List of constraints" }, "tax": { "type": "string", "description": "Tax\r\nCan be set to \"\" for local" }, "transactionCost": { "type": "string", "description": "Transaction cost\r\nCan be set to \"\" for local" }, "alpha": { "type": "string", "description": "Alpha" } } }