We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a381c7 commit 5cb585eCopy full SHA for 5cb585e
schema.py
@@ -5,6 +5,5 @@
5
class UserResponseModel(BaseModel):
6
"""Response model for the User model."""
7
8
- # id: int
9
name: str
10
email: str
0 commit comments