Consider this code: ```js revalidator.validate(someObject, someSchema) ``` What if `someSchema` is not a valid schema? Does `revalidator` have any built-in way to validate that `someSchema` is itself a valid schema?
Consider this code:
What if
someSchemais not a valid schema? Doesrevalidatorhave any built-in way to validate thatsomeSchemais itself a valid schema?