We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The following schema
schema({ a: [Function, String], b: String, c: Array.of(3, String), d: Array.of(3, String), e: [null, schema.self] })
will never pass on object without the e field.
The issue it is on the latest, not the 0.6.2