dwyl / abase

:house: A (solid) Base for your Web Application.
9 stars 0 forks source link

Validation of Joi Schema for our Module #18

Closed jrans closed 7 years ago

jrans commented 7 years ago

Given a joi schema we need a function to decide whether the developer has given us a valid joi schema which we can handle and provide errors in the process.

Use #17 to help guide this.

samhstn commented 7 years ago

This was implemented by the validator function in pr #48