fix(rules): make filter optional in meta-rules
This commit is contained in:
parent
9a7f8829c0
commit
52095ed7ed
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue