{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "schema://formula/DISTRIBUTION_SELL_DETECTOR_V1", "title": "DISTRIBUTION_SELL_DETECTOR_V1", "type": "object", "properties": { "formula_id": { "const": "DISTRIBUTION_SELL_DETECTOR_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": [ "close", "high52w", "avg_volume_5d", "volume", "ret5d", "flow_credit", "frg_5d_sh", "inst_5d_sh", "rsi14", "obv_slope_20d" ], "x_formula_outputs": [] }