fix(rules): validate rule check/filter against full JSON schema metaschema
This commit is contained in:
parent
da0e080a0a
commit
afeba99797
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue