mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-17 08:35:21 +03:00
Remove extra field definition
This commit is contained in:
parent
ecfa060877
commit
4eb23c241b
@ -22,7 +22,7 @@ class EventResponse(BaseModel):
|
||||
model_type: Optional[str]
|
||||
data: dict[str, Any]
|
||||
|
||||
model_config = ConfigDict(extra="forbid", protected_namespaces=())
|
||||
model_config = ConfigDict(protected_namespaces=())
|
||||
|
||||
|
||||
class EventCreateResponse(BaseModel):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user