{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "schema://formula/SCENARIO_SHOCK_MATRIX_V1", "title": "SCENARIO_SHOCK_MATRIX_V1", "type": "object", "properties": { "formula_id": { "const": "SCENARIO_SHOCK_MATRIX_V1" }, "owner": { "type": "string" }, "status": { "type": "string" }, "inputs": { "type": "array", "items": { "type": "string" } }, "outputs": { "type": "array", "items": { "type": "string" } } }, "required": ["formula_id", "owner", "status", "inputs", "outputs"], "x_formula_inputs": ["net_profit_distribution_after_tax_fee_slippage", "scenario_id"], "x_formula_outputs": ["scenario_results"] }