File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 11# generated by datamodel-codegen:
22# filename: openapi.json
3- # timestamp: 2025-12-26T10:41:32 +00:00
3+ # timestamp: 2025-12-28T20:02:06 +00:00
44
55from __future__ import annotations
66
77from enum import Enum , IntEnum
88from typing import Annotated , Any , Literal
99
10- from pydantic import AwareDatetime , BaseModel , Field
10+ from pydantic import AwareDatetime , BaseModel , ConfigDict , Field
1111
1212
1313class PaginationResponse (BaseModel ):
@@ -1623,6 +1623,9 @@ class BatchOperationResponse(BaseModel):
16231623
16241624
16251625class UserData (BaseModel ):
1626+ model_config = ConfigDict (
1627+ extra = 'allow' ,
1628+ )
16261629 label : Annotated [str | None , Field (examples = ['DETAIL' ])] = None
16271630 image : Annotated [str | None , Field (examples = ['https://picserver1.eu' ])] = None
16281631
You can’t perform that action at this time.
0 commit comments