Skip to content

Commit

Permalink
added blog attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Rusheek authored Feb 4, 2025
1 parent 1ee3fe4 commit 43670f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions schema/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,12 @@
],
"type": "string"
},
"blogUrl":{
"description": "URL of the project's blog.",
"type": ["string","null"],
"format": "uri"

}
"name": {
"description": "The unique name of the project.",
"minLength": 10,
Expand Down

0 comments on commit 43670f9

Please # to comment.