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
Describe the bug
It seems $ref used within x-webhooks are not resolved by openapi-cli (but are by Redoc's current parser) which causes the docs to crash. OpenAPI-cli needs to resolve those $refs.
Additional context
Maybe we should be able to configure $ref resolution for other specification extensions too. Maybe it should be configurable in the .redocly.yaml file?
The text was updated successfully, but these errors were encountered:
Describe the bug
It seems $ref used within
x-webhooks
are not resolved by openapi-cli (but are by Redoc's current parser) which causes the docs to crash. OpenAPI-cli needs to resolve those $refs.To Reproduce
Steps to reproduce the behavior:
x-webhooks
in API definitions Rebilly/api-definitions#156Expected behavior
I expect openapi-cli
bundle
to resolve and bundle the$ref
's in thex-examples
section.Logs
n/a
OpenAPI definition
See Rebilly/api-definitions#156
Version(s)
1.0.0-beta.8
Additional context
Maybe we should be able to configure
$ref
resolution for other specification extensions too. Maybe it should be configurable in the.redocly.yaml
file?The text was updated successfully, but these errors were encountered: