Skip to content

Commit 2c597d4

Browse files
committed
Move type description of readOnly in its own paragraph
As is done for all other keywords.
1 parent baf8a48 commit 2c597d4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

jsonschema-validation.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,9 @@
741741
</section>
742742

743743
<section title='"readOnly"'>
744+
<t>
745+
The value of this keyword MUST be a boolean.
746+
</t>
744747
<t>
745748
If it has a value of boolean true, this keyword indicates that the value of the
746749
instance is managed exclusively by the owning authority, and attempts by a user
@@ -752,7 +755,6 @@
752755
number as read-only.
753756
</t>
754757
<t>
755-
The value of this keyword MUST be a boolean.
756758
Omitting this keyword has the same behavior as a value of false.
757759
</t>
758760
</section>

0 commit comments

Comments
 (0)