Converted schema from JavaScript into JSON
This commit is contained in:
parent
9bdc960799
commit
0e86d0dbfb
6 changed files with 232 additions and 378 deletions
|
|
@ -2,7 +2,7 @@ const Ajv = require('ajv');
|
|||
const yaml = require('js-yaml');
|
||||
const fs = require('fs');
|
||||
|
||||
const schema = require('./ConfigSchema');
|
||||
const schema = require('./ConfigSchema.json');
|
||||
|
||||
const validatorOptions = {
|
||||
strict: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue