Skip to content

Commit 4a46b20

Browse files
Only one "is" is necessary (review feedback)
Co-authored-by: Mike Kistler <[email protected]>
1 parent 63d56f5 commit 4a46b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.4.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2752,7 +2752,7 @@ However, it is RECOMMENDED to search all named schemas in the Components Object
27522752
The behavior of any configuration of `oneOf`, `anyOf`, `allOf` and `discriminator` that is not described above is undefined.
27532753

27542754
##### 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.
27562756
The `mapping` entry maps a specific property value to either a different schema component name, or to a schema identified by a URI.
27572757
When using implicit or explicit schema component names, inline `oneOf` or `anyOf` subschemas are not considered.
27582758
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

Comments
 (0)