UNPKG

async-validate

Version:

Asynchronous validation for node and the browser

13 lines (11 loc) 164 B
var schema = { type: 'object', required: true, fields: { all: { match: /^address[1-3]$/, type: 'string' } } } module.exports = schema;