-
Notifications
You must be signed in to change notification settings - Fork 123
Open
Description
responses:
"200":
description: Success
schema:
oneOf:
- $ref: "#/definitions/UserWithInt"
- $ref: "#/definitions/UserWithString"
I get the following error
{ errors:
[ { code: 'ONE_OF_MISSING',
message: 'Not a valid response definition',
path: [Array],
inner: [Array] } ],
warnings: [] }
However according to swagger specs this should be allowed.
Metadata
Metadata
Assignees
Labels
No labels