Merge pull request #6027 from stof/fix_url_field
Loosen the validation for the URL field of VCS repositoriespull/6032/head
commit
38e02eda7c
|
@ -596,7 +596,7 @@
|
||||||
"required": ["type", "url"],
|
"required": ["type", "url"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"type": { "type": "string", "enum": ["vcs", "github", "git", "gitlab", "git-bitbucket", "hg", "hg-bitbucket", "fossil", "perforce", "svn"] },
|
"type": { "type": "string", "enum": ["vcs", "github", "git", "gitlab", "git-bitbucket", "hg", "hg-bitbucket", "fossil", "perforce", "svn"] },
|
||||||
"url": { "type": "string", "format": "uri" },
|
"url": { "type": "string" },
|
||||||
"no-api": { "type": "boolean" },
|
"no-api": { "type": "boolean" },
|
||||||
"secure-http": { "type": "boolean" },
|
"secure-http": { "type": "boolean" },
|
||||||
"svn-cache-credentials": { "type": "boolean" },
|
"svn-cache-credentials": { "type": "boolean" },
|
||||||
|
|
Loading…
Reference in New Issue