Skip to content

Commit 27587f0

Browse files
authored
Merge pull request #649 from bacloud22/main
add open-listings-dz (swag-dz) project
2 parents b5f3504 + bdff315 commit 27587f0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"$schema": "../../schemas/project.json",
3+
"name": "Open-listings",
4+
"repositories": [
5+
{
6+
"provider": "bitbucket",
7+
"owner": "open-listings",
8+
"name": "open-listings-dz"
9+
}
10+
],
11+
"tags": ["solve-algerian-problem"]
12+
}

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)