Skip to content

Commit 671735b

Browse files
committed
Fix the "default" value of "readOnly" in its schema definition
Change from the "false" string to the `false` Boolean value.
1 parent d20ba6f commit 671735b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"readOnly": {
6161
"description": "If true, indicates that the value of this property is controlled by the server.",
6262
"type": "boolean",
63-
"default": "false"
63+
"default": false
6464
},
6565
"multipleOf": {
6666
"type": "number",

0 commit comments

Comments
 (0)