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
As part of #820, I implemented an attempt to clean up the schema validation error output. It was pretty messy and involved a bunch of regex matches so we removed it.
Currently missing attributes each are a separate message, and extra attributes get combined into one. There is an actual object involved that lets you identify if it's an error about attributes being extra vs missing, but what attribute is extra or missing is only available as part of the error text itself. It would be nice to have it be consistent, one way or the other.
The text was updated successfully, but these errors were encountered:
As part of #820, I implemented an attempt to clean up the schema validation error output. It was pretty messy and involved a bunch of regex matches so we removed it.
Currently missing attributes each are a separate message, and extra attributes get combined into one. There is an actual object involved that lets you identify if it's an error about attributes being extra vs missing, but what attribute is extra or missing is only available as part of the error text itself. It would be nice to have it be consistent, one way or the other.
The text was updated successfully, but these errors were encountered: