UNPKG

async-validate

Version:

Asynchronous validation for node and the browser

9 lines (7 loc) 124 B
var schema = { type: 'object', fields: { port: {type: 'number', min: 80, max: 1024} } } module.exports = schema;