UNPKG

async-validate

Version:

Asynchronous validation for node and the browser

15 lines (13 loc) 209 B
var schema = { type: 'object', fields: { list: { type: 'array', values: {type: 'integer'}, placeholder: function() { return []; } } } } module.exports = schema;