{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "schema://formula/SELL_VALUE_PRESERVATION_TIERED_V2", "title": "SELL_VALUE_PRESERVATION_TIERED_V2", "type": "object", "properties": { "formula_id": { "const": "SELL_VALUE_PRESERVATION_TIERED_V2" }, "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": [ "emergency_full_sell", "oversold_gate", "rsi14", "profit_lock_stage", "velocity_5d", "h2_priority_rank", "rs_verdict", "cash_shortfall_min_krw", "waterfall_plan_json" ], "x_formula_outputs": [] }