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
{{ message }}
This repository was archived by the owner on Sep 19, 2025. It is now read-only.
Using the following description throws and unexpected error:
schema.validate({ testKey: {} }, (err, res) => {...This throws the following error:
Cannot read property 'testField' of undefinedIs there something wrong in the descriptor or is there something else to configure to make this validation work?