Skip to content

Commit 5949d7d

Browse files
authored
Merge pull request json-schema-org#437 from handrews/draft-06
Fix readOnly default in draft-06 meta-schema
2 parents 4b495a2 + a501884 commit 5949d7d

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)