Skip to content

Commit

Permalink
Update src/oas.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfhandl authored Feb 17, 2025
1 parent 3f82212 commit 4018f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oas.md
Original file line number Diff line number Diff line change
Expand Up @@ -3191,7 +3191,7 @@ components:

###### Models with Polymorphism Support and a Discriminator Object

The following example extends the example of the previous section by adding a [Discriminator Object](#discriminator-object) to the `Pet` schema. Note that the Discriminator Object is only a hint to the consumer of the API, and does not change the validation outcome of the schema.
The following example extends the example of the previous section by adding a [Discriminator Object](#discriminator-object) to the `Pet` schema. Note that the Discriminator Object is only a hint to the consumer of the API and does not change the validation outcome of the schema.

```yaml
components:
Expand Down

0 comments on commit 4018f80

Please sign in to comment.