1
0
Fork 0

fix(rules): validate source names

This commit is contained in:
ssube 2019-06-22 12:33:50 -05:00
parent 9eb41fc38e
commit 4112a1d778
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ rules:
type: object type: object
name: name:
type: string type: string
pattern: "[-a-z]+"
rules: rules:
type: array type: array
minItems: 1 minItems: 1