You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: versions/3.0.4.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2752,7 +2752,7 @@ However, it is RECOMMENDED to search all named schemas in the Components Object
2752
2752
The behavior of any configuration of `oneOf`, `anyOf`, `allOf` and `discriminator` that is not described above is undefined.
2753
2753
2754
2754
##### Options for Mapping Values to Schemas
2755
-
The value of the property named in `propertyName` is is used as the name of the associated schema under the [Components Object](#componentsObject), _unless_ a `mapping` is present for that value.
2755
+
The value of the property named in `propertyName` is used as the name of the associated schema under the [Components Object](#componentsObject), _unless_ a `mapping` is present for that value.
2756
2756
The `mapping` entry maps a specific property value to either a different schema component name, or to a schema identified by a URI.
2757
2757
When using implicit or explicit schema component names, inline `oneOf` or `anyOf` subschemas are not considered.
2758
2758
The behavior of a `mapping` value that is both a valid schema name and a valid relative URI reference is implementation-defined, but it is RECOMMENDED that it be treated as a schema name.
0 commit comments