Creating tag descriptions #3777
Unanswered
dryan-cais
asked this question in
OpenAPI3
Replies: 2 comments 12 replies
-
We’ve had this issue on the backlog for a while feel free to thumbs up, it has been helpful to see what the community wants to see prioritized the proposal in there with ‘@tagMetadata decorator is probably a good approach for contributions too |
Beta Was this translation helpful? Give feedback.
1 reply
-
I can see that the @tagMetadata decorator is shipped. The OpenApi emitter processes it as expected. However, the tsp compiler (and the language service in VSCode) reports an error. Is there an example/sample that I haven't found? |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
First off thanks for the development effort!
We are current accessing Typespec as a means of better managing our 9000 line OpenAPI spec. It is looking very promising but we are missing the ability to add tag descriptions in the top level tags section. I don't think we will be able to move over to Typespec if it cannot generate our current schema.
I had a look at the code, and it doesn't look like this is currently supported? Is this on the roadmap? I wouldn't mind having a go at producing a PR, but I fear I might need some advice to get started as I am both unfamiliar with the codebase, and haven't programmed in TS recently. If someone can point me in the right direction in regards what files need to change, then I can give it a go.
Thanks again.
Beta Was this translation helpful? Give feedback.
All reactions