minder icon indicating copy to clipboard operation
minder copied to clipboard

Clean up functions in `schemaupdate` package

Open JAORMX opened this issue 1 year ago • 0 comments

These currently take the raw values that one can give to build a schema validation object. While this works, it's not ideal as we need to explicitly build these again. We could ideally pass schema validation objects directly to the update validators so we can be sure that these are indeed valid.

JAORMX avatar Nov 21 '24 06:11 JAORMX