We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b552f44 + 9cfc32b commit 9852c04Copy full SHA for 9852c04
versions/3.0.2.md
@@ -2758,7 +2758,7 @@ components:
2758
discriminator:
2759
propertyName: pet_type
2760
mapping:
2761
- cachorro: Dog
+ dog: Dog
2762
Cat:
2763
allOf:
2764
- $ref: '#/components/schemas/Pet'
@@ -2798,7 +2798,7 @@ will indicate that the `Cat` schema be used. Likewise this schema:
2798
2799
```
2800
{
2801
- "pet_type": "cachorro",
+ "pet_type": "dog",
2802
"bark": "soft"
2803
}
2804
0 commit comments