feat: replace ajv with jsonschem for future api schema validation
Compare changes
Files
4+ 8
− 15
@@ -14,9 +14,7 @@
@@ -43,24 +41,19 @@ export class Schema {
replace ajv with jsonschem for future api schema validation. ajv would not allow new schemas to validate because of bug