ajv-validator / ajv-validator/ajv-cli

Error when migrating from draft7 to draft2019

Open
#106 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
316
Forks
77
PR merge metrics
No merged PRs in 30d

Description

I ran: `ajv migrate -s schema.json --spec draft2019 -o schema2019.json`

And I get the following error:
```
ajv-cli\node_modules\ajv\dist\core.js:127
throw new Error(`no schema with key or ref "${schemaKeyRef}"`);
^
Error: no schema with key or ref "http://json-schema.org/draft-07/schema#"
at Ajv2019.validate (ajv-cli\node_modules\ajv\dist\core.js:127:23)
at Ajv2019.validateSchema (ajv-cli\node_modules\ajv\dist\core.js:238:28)
at migrateSchema (ajv-cli\dist\commands\migrate.js:37:31)
```

Let me know if it is user error, but draft4 to both draft7 and draft2019 works fine.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.