{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "schema://formula/REBALANCE_CADENCE_GATE_V1", "title": "REBALANCE_CADENCE_GATE_V1", "type": "object", "properties": { "formula_id": { "const": "REBALANCE_CADENCE_GATE_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": ["today_date", "transition_utility_after_tax_cost_krw", "hard_risk_block_active"], "x_formula_outputs": ["rebalance_execution_allowed", "cadence_check_required", "review_emitted"] }