{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "schema://formula/CASH_RECOVERY_OPTIMIZER_V1", "title": "CASH_RECOVERY_OPTIMIZER_V1", "type": "object", "properties": { "formula_id": { "const": "CASH_RECOVERY_OPTIMIZER_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": [ "cash_shortfall_target_krw", "cash_shortfall_min_krw", "sell_candidates_json", "immediate_sell_qty", "sell_limit_price", "holding_qty" ], "x_formula_outputs": [] }