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 9a546c8 commit 73ef9e3Copy full SHA for 73ef9e3
contentctl/objects/detection_tags.py
@@ -42,7 +42,6 @@ class DetectionTags(BaseModel):
42
analytic_story: list[Story] = Field(...)
43
asset_type: AssetType = Field(...)
44
group: list[str] = []
45
- context: list[str] = []
46
confidence: NonNegativeInt = Field(...,le=100)
47
impact: NonNegativeInt = Field(...,le=100)
48
@computed_field
0 commit comments