UNPKG

async-validate

Version:

Asynchronous validation for node and the browser

9 lines (7 loc) 126 B
var schema = { type: 'object', fields: { active: {type: 'date', format: 'YYYY-MM-DD'} } } module.exports = schema;