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
Render enums inside additionalProps as one more table #2245
Render enums inside additionalProps as one more table #2245
Conversation
I wonder if a changelog entry should be supplied with this. |
Yes, it should. Probably something like "Clarify the available enum values for the room versions capability". |
Co-Authored-By: Travis Ralston <travpc@gmail.com>
(dev scripts build failure is probably a false positive - try merging master into your branch and it should go away) |
Seems like we're good to go now? |
Yup! |
@jplatte that's probably a simple typing error on our part. Please open a new issue instead of commenting on closed/merged changes, as we typically will not notice. |
/capabilities
usesadditionalProperties
that maps to an enum value. The code parsingadditionalProperties
almost doesn't use the Swagger data on the enum, leading to #2242. This PR adds rendering the data on enum into another table.