Skip to content

Commit 9a475a5

Browse files
committed
don't set a min lenght for stories
1 parent bdda7b6 commit 9a475a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contentctl/objects/detection_tags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class DetectionTags(BaseModel):
4343
# detection spec
4444

4545
model_config = ConfigDict(validate_default=False, extra="forbid")
46-
analytic_story: list[Story] = Field(min_length=1)
46+
analytic_story: list[Story] = Field(...)
4747
asset_type: AssetType = Field(...)
4848
group: list[str] = []
4949

0 commit comments

Comments
 (0)