Skip to content

Commit ccead7e

Browse files
committed
Room schema: Remove "quantity" default value and add minimum
The default value was a string, so remote it. Provide a reasonable minimum value.
1 parent cd7838c commit ccead7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

schema/m3-room.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2100,7 +2100,7 @@
21002100
"quantity": {
21012101
"type": "integer",
21022102
"title": "Quantity",
2103-
"default": "",
2103+
"minimum": 1,
21042104
"examples": [3]
21052105
},
21062106
"homeNodes": {

0 commit comments

Comments
 (0)