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