Skip to content

Commit 4aaecf4

Browse files
authored
fix: Add disabled and bribeEnabled as required field in space schema (#976)
1 parent 315c45f commit 4aaecf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/schemas/space.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,7 @@
391391
"type": "boolean"
392392
}
393393
},
394+
"required": ["disabled", "bribeEnabled"],
394395
"additionalProperties": false
395396
}
396397
},

0 commit comments

Comments
 (0)