You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys, trying to make some inherited response object using reDoc over the swagger.json file.
Currently found that in Response section i see only original "base" file, while i'm referencing on some extended one. In right "Response samples" panel object built seems to be ok.
I'm referencing "#/definitions/EventlistResource" in $ref but in response i have all data from only "#/definitions/BaseResource".
Hi guys, trying to make some inherited response object using reDoc over the swagger.json file.
Currently found that in Response section i see only original "base" file, while i'm referencing on some extended one. In right "Response samples" panel object built seems to be ok.
I'm referencing "#/definitions/EventlistResource" in $ref but in response i have all data from only "#/definitions/BaseResource".
Definition example:
BaseResource:
Demo:
https://rebilly.github.io/ReDoc/?url=https://gist.githubusercontent.com/am0nshi/311c9c85489002859ae9314462870791/raw/5733da90e5462d8ba313588efea02218d0ae9182/swagger_redoc.json#
Swagger.json:
https://gist.githubusercontent.com/am0nshi/311c9c85489002859ae9314462870791/raw/5733da90e5462d8ba313588efea02218d0ae9182/swagger_redoc.json
The text was updated successfully, but these errors were encountered: