UNPKG

react-kiwi-dropdown

Version:

| Name | Type | Description | | --------------------------- | -------------------- | ----------- | | options | array | | selectedOption | string | | onCha

22 lines (19 loc) 412 B
'use strict'; module.exports = function defFunc(ajv) { defFunc.definition = { type: 'object', inline: require('./dotjs/patternRequired'), statements: true, errors: 'full', metaSchema: { type: 'array', items: { type: 'string', format: 'regex' }, uniqueItems: true } }; ajv.addKeyword('patternRequired', defFunc.definition); return ajv; };