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
jsonschema allows to shoot yourself in the foot by specifying unsatisfiable conditions, such as incompatible types for an attribute. This is in most cases a schema designer error. It would be nice if this library could emit warnings in such and various other design errors.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
jsonschema allows to shoot yourself in the foot by specifying unsatisfiable conditions, such as incompatible types for an attribute. This is in most cases a schema designer error. It would be nice if this library could emit warnings in such and various other design errors.
This project deals with this nicely https://ajv.js.org/strict-mode.html
Beta Was this translation helpful? Give feedback.
All reactions