Skip to content

Commit

Permalink
feat: support $data reference (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed Sep 26, 2019
1 parent 0988be2 commit d2f11d6
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 6 deletions.
1 change: 1 addition & 0 deletions src/validate.js
Expand Up @@ -8,6 +8,7 @@ import ValidationError from './ValidationError';
const ajv = new Ajv({
allErrors: true,
verbose: true,
$data: true,
});

ajvKeywords(ajv, [
Expand Down

0 comments on commit d2f11d6

Please sign in to comment.