app.schemas.fenix_user_schema module

class app.schemas.fenix_user_schema.FenixUserSchema(*, username: str, name: str, email: str)[source]

Bases: BaseModel

email: str
ist_id: str
model_config: ClassVar[ConfigDict] = {}

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

name: str