UNPKG

async-validate

Version:

Asynchronous validation for node and the browser

9 lines (7 loc) 123 B
var schema = { type: 'object', fields: { address: {type: "object", required: true} } } module.exports = schema;