``` js let mySchema = schema({ '?foo': String }) mySchema.errors({}) //=> { // foo: ["undefined is not String"] // } ```