diff --git a/src/config/schema.yml b/src/config/schema.yml index 2ede69c..a69e488 100644 --- a/src/config/schema.yml +++ b/src/config/schema.yml @@ -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: