UNPKG

synctos

Version:

The Syncmaker. A tool to build comprehensive sync functions for Couchbase Sync Gateway.

36 lines (35 loc) 804 B
{ timeDoc: { typeFilter: simpleTypeFilter, channels: { write: 'write' }, propertyValidators: { formatValidationProp: { type: 'time' }, minAndMaxInclusiveValuesProp: { type: 'time', minimumValue: '01:08:00.000', maximumValue: '01:09:01' }, minAndMaxExclusiveValuesProp: { type: 'time', minimumValueExclusive: '13:42:00.999', maximumValueExclusive: '13:42:01.002' }, immutableValidationProp: { type: 'time', immutableWhenSet: true } } }, timeMustEqualDocType: { typeFilter: simpleTypeFilter, channels: { write: 'write' }, propertyValidators: { equalityValidationProp: { type: 'time', mustEqual: '22:56:00.000' } } } }