We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Update emitter to set extensions at Path Item Object
openapi: 3.0.0 info: title: (title) version: 0.0.0 tags: [] paths: /widgets/{id}: get: operationId: Widgets_get parameters: - name: id in: path required: true schema: type: string responses: '200': description: The request has succeeded. content: application/json: schema: type: string components: {}
https://spec.openapis.org/oas/v3.0.0#path-item-object
openapi: 3.0.0 info: title: (title) version: 0.0.0 tags: [] paths: /widgets/{id}: get: operationId: Widgets_get parameters: - name: id in: path required: true schema: type: string responses: '200': description: The request has succeeded. content: application/json: schema: type: string x-custom: myvalue components: {}
git clone https://github.com/skywing918/typespec-workaround.git
tsp compile extension-pathItem.tsp
/tsp-output/@typespec/openapi3
The text was updated successfully, but these errors were encountered:
Dup of #3925
Sorry, something went wrong.
Do not run decorators that have missing args (microsoft#2959)
66c2df1
fix [microsoft#3940](Azure/typespec-azure-pr#3940)
No branches or pull requests
Describe the bug
Update emitter to set extensions at Path Item Object
Actual Specification
Expected Specification
https://spec.openapis.org/oas/v3.0.0#path-item-object
Reproduction
git clone https://github.com/skywing918/typespec-workaround.git
tsp compile extension-pathItem.tsp
/tsp-output/@typespec/openapi3
to get the resultChecklist
The text was updated successfully, but these errors were encountered: