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
Create an adapte model for an existing model providing default and migrated values.
This allows consumers to develop against a newer version of schema while using an older version without constantly looking for missing properties etc.
Basically this will be a two part wrapper, one to the original model, one to a "migration" wrapper.
The text was updated successfully, but these errors were encountered:
Better placed in klum-ast?
Create an adapte model for an existing model providing default and migrated values.
This allows consumers to develop against a newer version of schema while using an older version without constantly looking for missing properties etc.
Basically this will be a two part wrapper, one to the original model, one to a "migration" wrapper.
The text was updated successfully, but these errors were encountered: