Skip to content

Commit

Permalink
Test commit with GPG
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajgupta36 committed Feb 8, 2025
1 parent 7dd465a commit 77731c3
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions schema/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"required": ["github"],
"properties": {
"github": {
"type": "string",
"description": "The GitHub username.",
"pattern": "^[a-zA-Z0-9-]{1,39}$"
},
Expand Down Expand Up @@ -53,12 +52,7 @@
"default": 2,
"description": "The numeric level of the project.",
"enum": [2, 3, 3.5, 4],
"enumDescriptions": [
"Incubator",
"Lab",
"Production",
"Flagship"
],
"enumDescriptions": ["Incubator", "Lab", "Production", "Flagship"],
"title": "Project level.",
"type": "number"
},
Expand Down Expand Up @@ -91,15 +85,7 @@
"type": "string"
}
},
"required": [
"audience",
"leaders",
"level",
"name",
"pitch",
"tags",
"type"
],
"required": ["audience", "leaders", "level", "name", "pitch", "tags", "type"],
"title": "OWASP Project",
"type": "object"
}

0 comments on commit 77731c3

Please sign in to comment.