Skip to content

Commit db5a50c

Browse files
author
Phil Sturgeon
committed
no more tuple
1 parent 91c198e commit db5a50c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

jsonschema-validation.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1047,12 +1047,10 @@
10471047
the entire resource beng described MAY be removed in the future.
10481048
</t>
10491049
<t>
1050-
When the "deprecated" keyword is used to describe an array, it can be used
1051-
in the tuple form to deprecate positional schemas. If "deprecated" is used
1052-
in the list form it can mark regular "items" as deprecated, whilst allowing
1053-
"additionalItems". Vice verse, setting "deprecated" to true inside
1054-
"additionalItems" would mark the additional items as deprecated, but not
1055-
effect list usage.
1050+
When the "deprecated" keyword is used to describe 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+
can be used to deprecate positional schemas.
10561054
</t>
10571055
<t>
10581056
Omitting this keyword has the same behavior as a value of false.

0 commit comments

Comments
 (0)