Skip to content

Commit a501884

Browse files
committed
Fix readOnly default in draft-06 meta-schema
It was the string "false" instead of the literal false
1 parent 4b495a2 commit a501884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hyper-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"readOnly": {
120120
"description": "If true, indicates that the value of this property is controlled by the server.",
121121
"type": "boolean",
122-
"default": "false"
122+
"default": false
123123
}
124124
},
125125
"links": [

0 commit comments

Comments
 (0)