{"library":"node-restify-validation","type":"library","category":null,"description":"node-restify-validation is a Node.js library designed to integrate request validation directly into REST services built using the `node-restify` framework. It allows developers to define validation schemas for path parameters (resources), query parameters, request body content, and HTTP headers directly within the `restify` route definition object. The current stable version is 1.3.0, released after 1.1.0, but the project explicitly states \"Maintener wanted\" in its README, indicating an abandoned or maintenance-only status with no active development. Its primary differentiator is its close integration with `restify`'s route definition, aiming to keep validation logic co-located with the route itself. It supports basic validation rules like `isRequired`, `isIn`, `isEmail`, `isNatural`, `isDictionary`, and `isObject` with nested properties and array validations.","language":"javascript","status":"abandoned","version":"1.3.0","tags":["javascript","rest","api","restify","validation"],"install":[{"cmd":"npm install node-restify-validation","imports":["const restifyValidation = require('node-restify-validation');\n// then use restifyValidation.validationPlugin","server.get({ url: '/test', validation: { ... } }, handler)"]},{"cmd":"yarn add node-restify-validation","imports":[]},{"cmd":"pnpm add node-restify-validation","imports":[]}],"homepage":null,"github":"https://github.com/z0mt3c/node-restify-validation","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/node-restify-validation","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/node-restify-validation/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Sat Jul 18","install_tag":null}}