diff --git a/detection_rules/rule.py b/detection_rules/rule.py index 99df1d954..108efca19 100644 --- a/detection_rules/rule.py +++ b/detection_rules/rule.py @@ -42,7 +42,7 @@ class RuleMeta(MarshmallowDataclassMixin): related_endpoint_rules: Optional[List[str]] # Extended information as an arbitrary dictionary - extended = Optional[dict] + extended: Optional[dict] def get_validation_stack_versions(self) -> Dict[str, dict]: """Get a dict of beats and ecs versions per stack release."""