ajv-validator / ajv-validator/ajv-cli

Error when migrating from draft7 to draft2019

未关闭
#106 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
TypeScript
星标
316
派生
77
PR 合并指标
30 天内没有已合并 PR

描述

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.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。