Skip to content

Commit 73ef9e3

Browse files
committed
Remove context from detection_tags
1 parent 9a546c8 commit 73ef9e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contentctl/objects/detection_tags.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ class DetectionTags(BaseModel):
4242
analytic_story: list[Story] = Field(...)
4343
asset_type: AssetType = Field(...)
4444
group: list[str] = []
45-
context: list[str] = []
4645
confidence: NonNegativeInt = Field(...,le=100)
4746
impact: NonNegativeInt = Field(...,le=100)
4847
@computed_field

0 commit comments

Comments
 (0)