Skip to content

jsDotx3/dog-joi-normalize

Repository files navigation

Welcome to dog-joi-normalize 👋

Version Documentation Maintenance Twitter: jsDotx3

Normalize error for Joi Validation in Express

Texto alternativo

Install

npm i dog-joi-normalize --save

Example Response Error.

{
    "error": {
        "name": {
            "type": "anyRequired",
            "path": "name"
        },
         "last_names": {
            "type": "anyRequired",
            "path": "last_names"
        }
    }
}

For more errors, visit Documentation Joi

Author

👤 Jose Nuñez A

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2020 Jose Nuñez A.

This project is ISC licensed.

About

Normalize error for Joi Validation in Express

Resources

License

Stars

Watchers

Forks

Packages