Maximization / nodejs-toolbox-catalog

Catalog of categories and libraries for Node.js Toolbox
https://nodejstoolbox.com
MIT License
258 stars 38 forks source link

Added Joi , Yup and Zod to object schema validators category #18

Closed maikofelix47 closed 1 year ago

maikofelix47 commented 1 year ago

Thank you for contributing to the Node.js Toolbox catalog! 🙏

Note: Node.js Toolbox is specifically for backend libraries. If a library works both in the browser AND in Node.js feel free to add it. Libraries that work ONLY in the browser are out of scope for now.

Before submitting your pull request, please make sure:

Maximization commented 1 year ago

Thanks for your PR @maikofelix47 ! These are great validators, but they're not JSON Schema based (which this category is for). We could add a new category, or change this category to be more broadly about validators and not just JSON Schema. What do you think?

maikofelix47 commented 1 year ago

@Maximization I agree. We may have to come up with a different subcategory for them to be more specific just like we have HTTP frameworks and full-stack framework categories. What do you think of the category 'schema validators' or 'data schema validators'? Their documentation describes them as schema validators.

Maximization commented 1 year ago

I'd say let's go with "Object Schema Validators" 👍. Could you please update the PR to add the new category?

maikofelix47 commented 1 year ago

@Maximization Done!

Maximization commented 1 year ago

https://nodejstoolbox.com/categories/object-schema-validators 🚀