Skip to content

Commit

Permalink
feat: add discussion link and discourse category to space schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR committed Dec 3, 2024
1 parent 1c33db9 commit 45ee665
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/schemas/space.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,17 @@
"maxLength": 64,
"format": "domain"
},
"discussionLink": {
"type": "string",
"format": "uri",
"title": "Discussion link",
"maxLength": 256
},
"discourseCategory": {
"type": "integer",
"minimum": 1,
"title": "Discourse category"
},
"strategies": {
"type": "array",
"minItems": 1,
Expand Down
2 changes: 2 additions & 0 deletions test/examples/space.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
"network": "1",
"plugins": {},
"twitter": "lootproject",
"discussionLink": "https://discuss.ens.domains/",
"discourseCategory": 28,
"domain": "vote.lootproject.abc",
"strategies": [
{
Expand Down

0 comments on commit 45ee665

Please sign in to comment.