File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2698,9 +2698,10 @@ When request bodies or response payloads may be one of a number of different sch
2698
2698
2699
2699
` discriminator` uses a schema's "name" to automatically map a property value to
2700
2700
a schema. The schema's "name" is the property name used when declaring the
2701
- schema as a component. For example, the name of the schema at
2702
- ` #/components/schemas/Cat` is "Cat". Therefore, when using `discriminator`,
2703
- _inline_ schemas will not be considered because they don't have a "name".
2701
+ schema as a component in an OpenAPI document. For example, the name of the
2702
+ schema at `#/components/schemas/Cat` is "Cat". Therefore, when using
2703
+ ` discriminator` , _inline_ schemas will not be considered because they don't have
2704
+ a "name".
2704
2705
2705
2706
# #### Fixed Fields
2706
2707
Field Name | Type | Description
You can’t perform that action at this time.
0 commit comments