-
Notifications
You must be signed in to change notification settings - Fork 269
Support for enum mapping #797
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
We'd like to have support for enums / |
Hi @adam-pasabi, today we have limited support for OpenAPI 3.1. Furthermore, I am not certain that the Have you considered refactoring the |
@sserrata I didn't provide the snippet for this issue, but I thought we were running into the same issue as our openAPI was rendering with an error. On further inspection I realised our openAPI config could be improved and is now definitely valid. My example is:
This successfully renders, but doesn't show the |
@sserrata I think the reason redocly doesn't support it is due to Redocly/redocly-cli#1547 |
Hi, I see that redocly merged a change to fix this, and this issue is your only open |
Describe the bug
Current gen-api-docs command does not support generating docs with enum mapping
The doc will fail to build eventually
Expected behavior
The docs should build successfully
Current behavior
With following schema
It will build with an empty
<SchemaTab>
Then the docs will fail to build
Possible solution
Support enum mapping.
Steps to reproduce
Screenshots
Context
We need to build docs with enum support
Your Environment
The text was updated successfully, but these errors were encountered: