feat(openapi3): Add x-enum-varnames extension support for Enum emitter#10166
Open
thormme wants to merge 8 commits intomicrosoft:mainfrom
Open
feat(openapi3): Add x-enum-varnames extension support for Enum emitter#10166thormme wants to merge 8 commits intomicrosoft:mainfrom
thormme wants to merge 8 commits intomicrosoft:mainfrom
Conversation
added 8 commits
March 26, 2026 04:49
Author
|
@microsoft-github-policy-service agree |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The OpenAPI3 emitter now emits the
x-enum-varnamesarray containing the enum keys when theinclude-x-enum-varnamesoption is specified.Changes
@typespec/openapi3emitter:include-x-enum-varnamesinclude-x-enum-varnamesType:
booleanTrue if the generated openapi enums should have the
x-enum-varnamesextension emitted.This maintains the key of any enum value that defines it in the form
key: value.The default behavior is to use the value as both the key and value.
Default:
falseExample
TypeSpec Input:
tspconfig.yamlOpenApi3 Output: