{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "schema://formula/CAPITAL_STYLE_ALLOCATION_V1", "title": "CAPITAL_STYLE_ALLOCATION_V1", "type": "object", "properties": { "formula_id": { "const": "CAPITAL_STYLE_ALLOCATION_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": [ "smart_money_flow_signal_v2_json", "fundamental_multifactor_v3_json", "macro_event_ticker_impact_v1_json", "liquidity_flow_signal_v1_json" ], "x_formula_outputs": [] }