We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4daa631 commit df9ec5fCopy full SHA for df9ec5f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@snapshot-labs/snapshot.js",
3
- "version": "0.11.19",
+ "version": "0.11.20",
4
"repository": "snapshot-labs/snapshot.js",
5
"license": "MIT",
6
"main": "dist/snapshot.cjs.js",
src/schemas/space.json
@@ -379,11 +379,12 @@
379
},
380
"children": {
381
"type": "array",
382
- "maxItems": 8,
+ "maxItems": 16,
383
"title": "children",
384
"items": {
385
"type": "string"
386
- }
+ },
387
+ "uniqueItems": true
388
389
"boost": {
390
"type": "object",
0 commit comments