assert-validate
v0.0.3
Published
Validate schema with `http-assert`
Readme
assert-validate
Validate schema with http-assert
API
validate(obj, schema, [options])
Validate obj against schema. options are passed to revalidator.
validate.partial(obj, schema, [options])
Same as validate except only the properties given in obj are validated.
