goldbergyoni / nodebestpractices

:white_check_mark: The Node.js best practices list (July 2024)
https://twitter.com/nodepractices/
Creative Commons Attribution Share Alike 4.0 International
99.57k stars 10.12k forks source link

Add AJV validator to json schema validation section #1296

Closed Rajashekhar-Reddy closed 6 months ago

Rajashekhar-Reddy commented 6 months ago

AJV validator is more popular in json schema validations in node ecosystem, it follows https://json-schema.org/ specifications for schemas.

AJV: https://ajv.js.org/ Package: https://www.npmjs.com/package/ajv

Rajashekhar-Reddy commented 6 months ago

Hi @goldbergyoni, Please feel free to review this pr during yours free time.