joi-manager

2.0.0 • Public • Published

joi-manager · npm

Manage Joi schemas with joy.

API

new JoiManager([defaultOptions])

Arguments

  • [defaultOptions] (Object): Optional. Options that will be passed to Joi.validate.

Returns

JoiManager instance.


JoiManager

Methods

  • add(schemaName, schema)this: Adds a new schema to the list.
  • get(schemaName)schema: Retrieves a schema from the list by its name.
  • validate(schemaName, value, [options])*: Validates a value according to schema that was added with the add method. options are merged with defaultOptions.

Package Sidebar

Install

npm i joi-manager

Weekly Downloads

8

Version

2.0.0

License

MIT

Last publish

Collaborators

  • vlad-zhukov