fix(rules): validate source names
This commit is contained in:
parent
9eb41fc38e
commit
4112a1d778
|
@ -73,6 +73,7 @@ rules:
|
|||
type: object
|
||||
name:
|
||||
type: string
|
||||
pattern: "[-a-z]+"
|
||||
rules:
|
||||
type: array
|
||||
minItems: 1
|
||||
|
|
Loading…
Reference in New Issue