diff --git a/detection_rules/rule.py b/detection_rules/rule.py index 10d1b39f8..9bd3ae7d9 100644 --- a/detection_rules/rule.py +++ b/detection_rules/rule.py @@ -217,7 +217,7 @@ class MachineLearningRuleData(BaseRuleData): type: Literal["machine_learning"] anomaly_threshold: int - machine_learning_job_id: str + machine_learning_job_id: Union[str, List[str]] @dataclass(frozen=True)