Skip to content

Commit a95e6ca

Browse files
committed
Room schema: Remove default "null" from node locks array
Null is not a valid default value for an array, is it?
1 parent 2468b56 commit a95e6ca

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

schema/m3-room.schema.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1878,7 +1878,6 @@
18781878
"type": "array",
18791879
"title": "Node Locks",
18801880
"description": "An array of corresponding lock and unlock conditions for this node",
1881-
"default": null,
18821881
"items": {
18831882
"type": "object",
18841883
"title": "Lock Object",

0 commit comments

Comments
 (0)