api2html
api2html copied to clipboard
combine schemas not working in 'paths'
combining schemas in path is not working e.g.
paths:
/pets:
patch:
requestBody:
content:
application/json:
schema:
oneOf:
- $ref: '#/components/schemas/Cat'
- $ref: '#/components/schemas/Dog'
but it's working in
components:
schemas:
...
Hi @srischard, this seems to be an upstream bug in https://github.com/mermade/widdershins, I suggest you file a bug report there. Thanks in advance!