From afeba99797b97e24fc63156f47a3656e80bc8664 Mon Sep 17 00:00:00 2001 From: ssube Date: Fri, 1 Nov 2019 07:31:55 -0500 Subject: [PATCH] fix(rules): validate rule check/filter against full JSON schema metaschema --- rules/salty-dog.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/salty-dog.yml b/rules/salty-dog.yml index 4452655..b1ea6f4 100644 --- a/rules/salty-dog.yml +++ b/rules/salty-dog.yml @@ -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