Skip to content

Commit 9852c04

Browse files
authored
Merge pull request #1610 from felzan/v3.0.2-dev
Translate examples
2 parents b552f44 + 9cfc32b commit 9852c04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions/3.0.2.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2758,7 +2758,7 @@ components:
27582758
discriminator:
27592759
propertyName: pet_type
27602760
mapping:
2761-
cachorro: Dog
2761+
dog: Dog
27622762
Cat:
27632763
allOf:
27642764
- $ref: '#/components/schemas/Pet'
@@ -2798,7 +2798,7 @@ will indicate that the `Cat` schema be used. Likewise this schema:
27982798

27992799
```
28002800
{
2801-
"pet_type": "cachorro",
2801+
"pet_type": "dog",
28022802
"bark": "soft"
28032803
}
28042804
```

0 commit comments

Comments
 (0)