File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1083
1083
"contentSchema": {
1084
1084
"type": "array",
1085
1085
"minItems": 2,
1086
- "items ": [
1086
+ "prefixItems ": [
1087
1087
{
1088
1088
"const": {
1089
1089
"typ": "JWT",
1177
1177
the entire resource being described MAY be removed in the future.
1178
1178
</t >
1179
1179
<t >
1180
- When the "deprecated" keyword is applied to an item in an array by means of
1181
- "items", if "items" is a single schema, the deprecation relates to the whole
1182
- array, while if "items" is an array of schemas, the deprecation relates to
1183
- the corresponding item according to the subschemas position .
1180
+ The "deprecated" keyword applies to each instance location to which the
1181
+ schema object containing the keyword successfully applies. This can
1182
+ result in scenarios where every array item or object property
1183
+ is deprecated even though the containing array or object is not .
1184
1184
</t >
1185
1185
<t >
1186
1186
Omitting this keyword has the same behavior as a value of false.
You can’t perform that action at this time.
0 commit comments