Skip to content

Commit 55d9467

Browse files
author
Phil Sturgeon
committed
nailed it this time
1 parent 925b18c commit 55d9467

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jsonschema-validation.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1047,10 +1047,10 @@
10471047
the entire resource being described MAY be removed in the future.
10481048
</t>
10491049
<t>
1050-
When the "deprecated" keyword is applicable to an array, it's meaning will
1051-
vary depending on how "items" is used. If "items" is a single schema, it will
1052-
deprecate the contents of an array, but if "items" is an array of schemas it
1053-
should be defined in the sub-schema targetted for deprecation.
1050+
When the deprecated keyword is applied to an item in an array by means of
1051+
items, if items is a single schema, the deprecation relates to the whole
1052+
array, while if items is an array of schemas, the deprecation relates to
1053+
the corrosponding item according to the subschemas position.
10541054
</t>
10551055
<t>
10561056
Omitting this keyword has the same behavior as a value of false.

0 commit comments

Comments
 (0)