Skip to content

Commit

Permalink
fix: Restrict treasuries items to be unique
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR committed Sep 9, 2024
1 parent 9b39eb7 commit 440b8a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/schemas/space.json
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@
"treasuries": {
"type": "array",
"maxItems": 10,
"uniqueItems": true,
"items": {
"type": "object",
"properties": {
Expand Down

0 comments on commit 440b8a7

Please sign in to comment.