UNPKG

async-validate

Version:

Asynchronous validation for node and the browser

9 lines (7 loc) 111 B
var schema = { type: 'object', fields: { list: {type: 'array', max: 2} } } module.exports = schema;