Right now the error message rendered when validating references the name of the validation function; unfortunately this name might get smooshed / moved around during transpiling.
This results in things like:
ValidationError: Invalid JSON object structure when validated by 'validate12'
It'd be good to figure out a better way to produce meaningful validation failure messages.
Right now the error message rendered when validating references the name of the validation function; unfortunately this name might get smooshed / moved around during transpiling.
This results in things like:
ValidationError: Invalid JSON object structure when validated by 'validate12'It'd be good to figure out a better way to produce meaningful validation failure messages.