WIP on JSON tests
This commit is contained in:
parent
976fdf3ad4
commit
b46408ccd2
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class Member(BaseJsonModel):
|
|||
last_name: str
|
||||
email: str = Field(index=True)
|
||||
join_date: datetime.date
|
||||
age: int
|
||||
age: int = Field(index=True)
|
||||
|
||||
# Creates an embedded model.
|
||||
address: Address
|
||||
|
|
Loading…
Reference in a new issue