detect_schema_orm_mismatches
Identify field mismatches between SQLAlchemy ORM models and Pydantic schemas by comparing specified files and models, revealing discrepancies that cause validation or serialization errors.
Instructions
Detect field mismatches between a SQLAlchemy ORM model and a Pydantic schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orm_file | Yes | ||
| orm_model | Yes | ||
| schema_file | Yes | ||
| schema_model | Yes |