1
0
Fork 0

fix(rules): make filter optional in meta-rules

This commit is contained in:
ssube 2019-06-15 22:50:41 -05:00
parent 9a7f8829c0
commit 52095ed7ed
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,6 @@ rules:
- tags
# data
- select
- filter
- check
properties:
name:
@ -33,6 +32,7 @@ rules:
type: array
items:
type: string
pattern: "[-:a-z0-9]+"
select:
type: string
filter: