Convert JSON schema validation to use @hyperjump/json-schema, validate against specific schema version, newly validate schema definition, add missing "$schema" property.

This commit is contained in:
David Anson 2023-09-27 22:48:01 -07:00
parent e07eb4bf73
commit dd6fe21ac7
4 changed files with 84 additions and 45 deletions

View file

@ -70,6 +70,7 @@
"devDependencies": {
"@babel/core": "7.23.0",
"@babel/preset-env": "7.22.20",
"@hyperjump/json-schema": "1.6.0",
"ava": "5.3.1",
"babel-loader": "9.1.3",
"c8": "8.0.1",
@ -91,7 +92,6 @@
"strip-json-comments": "5.0.1",
"terser-webpack-plugin": "5.3.9",
"toml": "3.0.0",
"tv4": "1.3.0",
"typescript": "5.2.2",
"webpack": "5.88.2",
"webpack-cli": "5.1.4",