Skip to content

Commit 10358ad

Browse files
committed
Remove readOnly's description in validation meta-schema
The readOnly is property is actually the only one having a description; it got inherited when moved from hyper-schema meta-schema. So drop it to be consistent with the rest of the schema. Additionnally, the current description contains ambiguous "server language" which we try to avoid.
1 parent 2c597d4 commit 10358ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

schema.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
},
5959
"default": {},
6060
"readOnly": {
61-
"description": "If true, indicates that the value of this property is controlled by the server.",
6261
"type": "boolean",
6362
"default": false
6463
},

0 commit comments

Comments
 (0)