Skip to content

Commit 5d0a96e

Browse files
committed
undo last edit, remove missed Note
1 parent 1523666 commit 5d0a96e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions/3.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2859,7 +2859,7 @@ components:
28592859
28602860
When request bodies or response payloads may be one of a number of different schemas, a `discriminator` object can be used to aid in serialization, deserialization, and validation. The discriminator is a specific object in a schema which is used to inform the consumer of the specification of an alternative schema based on the value associated with it.
28612861

2862-
Note, when using the discriminator, _inline_ schemas will not be considered.
2862+
When using the discriminator, _inline_ schemas will not be considered.
28632863

28642864
##### Fixed Fields
28652865
Field Name | Type | Description
@@ -2967,7 +2967,7 @@ components:
29672967
type: boolean
29682968
```
29692969
2970-
having a payload like this:
2970+
a payload like this:
29712971
29722972
```
29732973
{

0 commit comments

Comments
 (0)