UNPKG

async-validate

Version:

Asynchronous validation for node and the browser

9 lines (7 loc) 136 B
var schema = { type: 'object', fields: { role: {type: 'enum', list: ['admin', 'user', 'guest']} } } module.exports = schema;