Skip to content

Commit

Permalink
fix(rules): validate rule check/filter against full JSON schema metas…
Browse files Browse the repository at this point in the history
…chema
  • Loading branch information
ssube committed Nov 1, 2019
1 parent da0e080 commit afeba99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rules/salty-dog.yml
Expand Up @@ -36,9 +36,9 @@ definitions:
default: '$'
minLength: 1
filter:
type: object
$ref: "http://json-schema.org/draft-07/schema#"
check:
type: object
$ref: "http://json-schema.org/draft-07/schema#"

rules:
- name: salty-dog-rule
Expand Down

0 comments on commit afeba99

Please sign in to comment.