{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "schema://formula/ALPHA_FEEDBACK_LOOP_V1", "title": "ALPHA_FEEDBACK_LOOP_V1", "type": "object", "properties": { "formula_id": { "const": "ALPHA_FEEDBACK_LOOP_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": [ "alpha_evaluation_window_json", "saqg_v1", "brt_verdict", "market_regime" ], "x_formula_outputs": [ { "field": "alpha_feedback_json", "subfields": [ "eligible_t20_fail_rate", "eligible_t60_fail_rate", "recommended_filter_adjustments", "cases_analyzed" ] } ] }