File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 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
26982698
26992699` discriminator` uses a schema's "name" to automatically map a property value to
27002700a 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".
27042705
27052706# #### Fixed Fields
27062707Field Name | Type | Description
You can’t perform that action at this time.
0 commit comments