schema-validator
JSON →Barebones JSON schema validation library for JavaScript, Node, and Express. Version 3.3.1 provides built-in checks for required fields, default values, type matching (via Object.prototype.toString), length constraints (min/max), and regex tests. Supports nested object schemas and Express middleware integration. Compared to libraries like Joi or Ajv, this is minimal and no longer actively developed.
Resources
packageschema-validator ↗