We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdda7b6 commit 9a475a5Copy full SHA for 9a475a5
contentctl/objects/detection_tags.py
@@ -43,7 +43,7 @@ class DetectionTags(BaseModel):
43
# detection spec
44
45
model_config = ConfigDict(validate_default=False, extra="forbid")
46
- analytic_story: list[Story] = Field(min_length=1)
+ analytic_story: list[Story] = Field(...)
47
asset_type: AssetType = Field(...)
48
group: list[str] = []
49
0 commit comments