Add x-typespec-generated to openapi3 emitter
#5810
Replies: 4 comments
-
|
Hi @mikeharder, could you share the scenario that uses |
Beta Was this translation helpful? Give feedback.
-
I'm not sure why the marker was added to |
Beta Was this translation helpful? Give feedback.
-
|
Converting this into a discussion, to gauge the community interest |
Beta Was this translation helpful? Give feedback.
-
|
Feels like this is a low hang fruit that we can just add. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Clear and concise description of the problem
The
typespec-autorestemitter includes the markerx-typespec-generatedin the output:{ "swagger": "2.0", "info": { "title": "(title)", "version": "0000-00-00", "x-typespec-generated": [ { "emitter": "@azure-tools/typespec-autorest" } ] },For consistency, I think the
openapi3emitter should also output a marker. Currently, it does not:Checklist
Beta Was this translation helpful? Give feedback.
All reactions