Skip to content

Commit

Permalink
fix: Restrict treasuries items to be unique (#1056)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR committed Sep 12, 2024
1 parent 3566aa1 commit c71f2a6
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 @@ -351,6 +351,7 @@
"treasuries": {
"type": "array",
"maxItems": 10,
"uniqueItems": true,
"items": {
"type": "object",
"properties": {
Expand Down

0 comments on commit c71f2a6

Please sign in to comment.