Skip to content

Commit 53ad7d6

Browse files
DavidBiesackjdesrosiers
authored andcommitted
refine language around readOnly instance and corresponding value
1 parent e49781f commit 53ad7d6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

jsonschema-validation.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
e# JSON Schema Validation: A Vocabulary for Structural Validation of JSON
1+
# JSON Schema Validation: A Vocabulary for Structural Validation of JSON
22

33
## Abstract
44

@@ -771,9 +771,10 @@ these keywords are applicable to a single sub-instance, the resulting behavior
771771
SHOULD be as for a `true` value if any occurrence specifies a `true` value, and
772772
SHOULD be as for a `false` value otherwise.
773773

774-
If `readOnly` has a value of boolean `true`, it indicates that the value of the
775-
instance is managed exclusively by the owning authority, and attempts by an
776-
application to modify the value of an instance are expected to be ignored or
774+
If `readOnly` has a value of boolean `true`, it indicates that the
775+
corresponding value in the instance is
776+
managed exclusively by the owning authority, and attempts by an
777+
application to modify the value are expected to be ignored or
777778
rejected by that owning authority.
778779

779780
An instance document that is marked as `readOnly` for the entire document MAY be

0 commit comments

Comments
 (0)