Skip to content

Commit f0f3327

Browse files
committed
added gitlab and github providers in project schema
1 parent e5047b0 commit f0f3327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/models/schemas/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"properties": {
1717
"provider": {
1818
"type": "string",
19-
"enum": ["github"],
19+
"enum": ["github", "gitlab", "bitbucket"],
2020
"description": "The repository hosting provider"
2121
},
2222
"owner": {

0 commit comments

Comments
 (0)