File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 10171017 <t >
10181018 If the instance is a string, and if "contentMediaType" is present, this
10191019 property contains a schema which describes the structure of the string.
1020+ The string MUST be in a format compatible with the data model defined in the
1021+ <xref target =" json-schema" >core JSON Schema.</xref >
10201022 </t >
10211023 <t >
10221024 This keyword MAY be used with any media type that can be mapped into
10231025 JSON Schema's data model.
10241026 </t >
10251027 <t >
1026- The value of this property SHOULD be ignored if "contentMediaType" is not present.
1028+ The value of this property MUST be a valid JSON schema. It SHOULD be ignored if
1029+ "contentMediaType" is not present.
10271030 </t >
10281031 </section >
10291032
11761179 the entire resource being described MAY be removed in the future.
11771180 </t >
11781181 <t >
1179- When the "deprecated" keyword is applied to an item in an array by means of
1180- "items", if "items" is a single schema, the deprecation relates to the whole
1181- array, while if "items" is an array of schemas, the deprecation relates to
1182+ When the "deprecated" keyword is applied to an item in an array by means of
1183+ "items", if "items" is a single schema, the deprecation relates to the whole
1184+ array, while if "items" is an array of schemas, the deprecation relates to
11821185 the corresponding item according to the subschemas position.
11831186 </t >
11841187 <t >
You can’t perform that action at this time.
0 commit comments