Skip to content

Commit ffdea2f

Browse files
committed
Put readOnly back in
1 parent 4e88bf1 commit ffdea2f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

proposals/json-schema-hypermedia.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,16 @@
373373
</section>
374374
</section>
375375

376+
<section title="readOnly">
377+
<t>
378+
If it has a value of boolean true, this keyword indicates that the instance property SHOULD NOT be changed, and attempts by a user agent to modify the value of this property are expected to be rejected by a server.
379+
</t>
380+
<t>
381+
The value of this keyword MUST be a boolean.
382+
The default value is false.
383+
</t>
384+
</section>
385+
376386
<section title="pathStart">
377387
<t>
378388
This property is a URI that defines what the instance's URI MUST start with in order to validate.

0 commit comments

Comments
 (0)