Skip to content
Permalink
Browse files
small change in validation.js
  • Loading branch information
skondram committed Nov 26, 2021
1 parent 0bc8227 commit 9088655e542da7af3be800789c0bd8d58814b2d8
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,6 +1,6 @@
const {Validator, ValidationError} = require('jsonschema');

const userSchema = require('../schemas/user.json');
const userSchema = require('../schemas/user.json').definitions.user;
const appSchema = require('../schemas/application.schema.js');

const makeKoaValidator = (schema, resource) => {

0 comments on commit 9088655

Please sign in to comment.