{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Optimization", "type": "object", "properties": { "riskModelDate": { "type": "string", "description": "Risk model date" }, "backtestDate": { "type": "string", "description": "Backtest date" }, "cashflow": { "type": "string", "description": "Cash flow" } } }