from pydantic import PositiveInt from .UUIDSchema import UUIDSchema class UserSchema(UUIDSchema): username: str expiry: PositiveInt = 1