Skip to content

Commit

Permalink
Translate examples
Browse files Browse the repository at this point in the history
Translated two examples from portuguese to english
  • Loading branch information
felzan authored Jun 22, 2018
1 parent b552f44 commit 9cfc32b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions/3.0.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2758,7 +2758,7 @@ components:
discriminator:
propertyName: pet_type
mapping:
cachorro: Dog
dog: Dog
Cat:
allOf:
- $ref: '#/components/schemas/Pet'
Expand Down Expand Up @@ -2798,7 +2798,7 @@ will indicate that the `Cat` schema be used. Likewise this schema:

```
{
"pet_type": "cachorro",
"pet_type": "dog",
"bark": "soft"
}
```
Expand Down

0 comments on commit 9cfc32b

Please sign in to comment.