redoc
redoc copied to clipboard
Allow description for the oneOf selectors
paths:
/method:
post:
description: My DEFAULT description
requestBody:
content:
application/json:
schema:
oneOf:
- $ref: '#/components/schemas/RequestOne'
- $ref: '#/components/schemas/RequestTwo'
components:
schemas:
RequestOne:
description: My OPTIONAL description for the first method
RequestSecond:
description: My OPTIONAL description for the second method
It would be nice to change the description section at the top level of the method as well.
Related to https://github.com/Redocly/redoc/issues/833
Any updates on this issue?
Any updates?
any updates?
Any updates?