ajv-validator / ajv-validator/ajv-cli
ajv-cli dies when evaluating yaml with duplicate object keys
オープン
- 主要言語
- TypeScript
- スター
- 316
- フォーク
- 77
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
When running on yml with duplicate object keys, ajv fails and errors out with the following error. Let me know if this is something I'm missing on my side?
Command
```
ajv validate -d "definitions/v3/*.yml" -s "definitions/v3/schema.json" --verbose
```
Error:
```
error: Invalid left-hand side expression in prefix operation
```
Example Yaml
```
---
id: example
name: Example
caps:
date: pass
date: other
```
Version: 5.0.0 (installed via npm)
Scemas: Tested with a draft07 and draft2020
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。