I have 2 classes:
class UserCreate(BaseModel): avatar: HttpUrl = Field(..., description="Avatar", example="https://picsum.photos/200")