1
0
Fork 0

fix(config): validate remote options

This commit is contained in:
ssube 2020-08-22 17:28:24 -05:00
parent e6faf1ac69
commit 3935172126
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 15 additions and 0 deletions

View File

@ -124,6 +124,21 @@ definitions:
type: string
remote:
type: object
required:
- data
- type
properties:
type:
type: string
enum:
- github-remote
- gitlab-remote
data:
type: object
additionalProperties: false
patternProperties:
".*":
type: string
states:
type: array
items: