Fix nullable thumbnail (#16706)

This commit is contained in:
Nicolas Mowen
2025-02-20 12:19:16 -06:00
committed by GitHub
parent c736b1dae5
commit 391ac70e60
+1 -1
View File
@@ -12,7 +12,7 @@ class EventResponse(BaseModel):
end_time: Optional[float]
false_positive: Optional[bool]
zones: list[str]
thumbnail: str
thumbnail: Optional[str]
has_clip: bool
has_snapshot: bool
retain_indefinitely: bool