pydantic · pydantic/extra_forbidden
extra_forbidden
Extra Fields Forbidden
The input contains fields not defined in the model, and the model is configured with model_config = {'extra': 'forbid'}. Remove the unexpected fields or change the extra setting.