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.1.0.md
+2
Original file line number
Diff line number
Diff line change
@@ -2686,6 +2686,8 @@ Field Name | Type | Description
2686
2686
<a name="propertyName"></a>propertyName | `string` | **REQUIRED**. The name of the property in the payload that will hold the discriminator value.
2687
2687
<a name="discriminatorMapping"></a> mapping | Map[`string`, `string`] | An object to hold mappings between payload values and schema names or references.
2688
2688
2689
+
This object MAY be extended with [Specification Extensions](#specificationExtensions).
2690
+
2689
2691
The discriminator object is legal only when using one of the composite keywords `oneOf`, `anyOf`, `allOf`.
2690
2692
2691
2693
In OAS 3.0, a response payload MAY be described to be exactly one of any number of types:
0 commit comments