Fix nullable thumbnail (#16706)

This commit is contained in:
Nicolas Mowen
2025-02-20 11:19:16 -07:00
committed by GitHub
parent c736b1dae5
commit 391ac70e60

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