Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ajv.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const ajvFormats = require('ajv-formats')
module.exports = buildAjv

function buildAjv (options) {
const ajvInstance = new Ajv({ ...options, strictSchema: false, uriResolver: fastUri })
const ajvInstance = new Ajv({ ...options, strictSchema: false, validateSchema: false, uriResolver: fastUri })
ajvFormats(ajvInstance)

const validateDateTimeFormat = ajvFormats.get('date-time').validate
Expand Down
Loading