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.
1 parent fc1bbf8 commit b0c8f9cCopy full SHA for b0c8f9c
test/Microsoft.OpenApi.Readers.Tests/V3Tests/Samples/OpenApiDiscriminator/basicDiscriminator.yaml
@@ -1,5 +1,5 @@
1
propertyName: pet_type
2
mapping:
3
puppy: '#/components/schemas/Dog'
4
- kitten: https://gigantic-server.com/schemas/animals.json
+ kitten: https://gigantic-server.com/schemas/animals.json#/components/schemas/Cat
5
monster: https://gigantic-server.com/schemas/Monster/schema.json
0 commit comments