RootCauseunvalidated
That schema_extra is for API documentation, not for validation. — SQLModel is built on top of Pydantic. Tension: The pattern you've specified is only added to (basically) Swagger. Outcome: You can use the pattern argument directly on the Field object.
dc8dc762-d2b1-4a3b-beec-3e9768b4b2bd
That schema_extra is for API documentation, not for validation. — SQLModel is built on top of Pydantic. Tension: The pattern you've specified is only added to (basically) Swagger. Outcome: You can use the pattern argument directly on the Field object.