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
Custom validation code is used at the moment. This is great for producing bespoke errors, but is a lot of code that could be deleted if JSON schema was used for validation. It would also help to keep the schema in line with actual behaviour.
Custom validation code is used at the moment. This is great for producing bespoke errors, but is a lot of code that could be deleted if JSON schema was used for validation. It would also help to keep the schema in line with actual behaviour.