americanexpress / jest-json-schema

✨ JSON schema matcher for Jest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can you set the AJV to use different schema versions

yotta-raj opened this issue · comments

In the AJV, to use the standard Draft07
const Ajv = require("ajv")

but in the documentation of AJVm you can set to use the 2019 version?
const Ajv2019 = require("ajv/dist/2019")

Is this possible using this package?

Not currently, but open to adding it if you'd like to submit a PR 🙂

This issue is stale because it has been open 30 days with no activity.

#44 added this feature