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 316a169 commit 4e835bbCopy full SHA for 4e835bb
nisystemlink/clients/core/_uplink/_json_model.py
@@ -13,4 +13,4 @@ class JsonModel(BaseModel):
13
class Config:
14
alias_generator = _camelcase
15
allow_population_by_field_name = True
16
- extra = Extra.ignore
+ extra = Extra.ignore.value
0 commit comments