UNPKG

async-validate

Version:

Asynchronous validation for node and the browser

12 lines (10 loc) 133 B
var schema = { type: 'object', fields: { list: { type: 'array', values: [] } } } module.exports = schema;