Skip to content

Commit

Permalink
Drop name as required from project
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Oct 7, 2021
1 parent ec1e3c0 commit fc77dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "A project in the Ethereum space",
"type": "object",
"additionalProperties": false,
"required": ["name"],
"required": [],
"properties": {
"name": { "type": "string", "description": "User-friendly name of the project" },
"website": { "type": "string", "format": "url", "description": "Main website" },
Expand Down

0 comments on commit fc77dc4

Please sign in to comment.