UNPKG

validity-equal-field

Version:

Validity style validator to ensure a property is equal to another schemata field

6 lines (5 loc) 119 B
module.exports = { field: 'foo' , equal: { foo: 'test', bar: 'test' } , notEqual: { foo: 'bar', bar: 'foo' } }