touchifyapp/ajv-openapi

Missing Error: Cannot find module 'ajv/lib/refs/json-schema-draft-04.json'

Opened this issue · 3 comments

Hi,
Can you upload the json-schema-draft-04.json file into this repo?
Thanks

Hello,

Can you check the Ajv version in your project?
Ajv v7 drops the support for draft-04 json schema...

Thanks

"ajv": "8.10.0",
"ajv-openapi": "2.0.0",

"Cannot find module 'ajv/lib/refs/json-schema-draft-04.json"

I tried with the following versions, it works fine:

"ajv": "6.0.0",
"ajv-openapi": "2.0.0",