refactor(chalice): block UI from sending extra attributes
This commit is contained in:
parent
da476b2b86
commit
a851fe6037
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ class BaseModel(_BaseModel):
|
|||
model_config = ConfigDict(alias_generator=attribute_to_camel_case,
|
||||
use_enum_values=True,
|
||||
json_schema_extra=schema_extra,
|
||||
# extra='forbid'
|
||||
extra='forbid'
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue