Convert JSON schema validation to use Ajv.

This commit is contained in:
David Anson 2023-11-25 17:33:39 -08:00
parent 43330dc04f
commit d2a0f74bbd
2 changed files with 42 additions and 49 deletions

View file

@ -71,7 +71,7 @@
"devDependencies": {
"@babel/core": "7.23.3",
"@babel/preset-env": "7.23.3",
"@hyperjump/json-schema": "1.6.5",
"ajv": "8.12.0",
"ava": "5.3.1",
"babel-loader": "9.1.3",
"c8": "8.0.1",