You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, schemas are being declared and validated in builders, which is fine, since you can just worry about the relevant subset of fields a given builder cares about. However, it's worth considering if moving these to a central location might provide other benefits.
The spirit of this ticket is to decide which approach is more sensible, and create other tickets as needed.
The text was updated successfully, but these errors were encountered:
Right now, schemas are being declared and validated in builders, which is fine, since you can just worry about the relevant subset of fields a given builder cares about. However, it's worth considering if moving these to a central location might provide other benefits.
The spirit of this ticket is to decide which approach is more sensible, and create other tickets as needed.
The text was updated successfully, but these errors were encountered: