We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8050377 commit efed10fCopy full SHA for efed10f
tests/v3/index.test.ts
@@ -998,6 +998,7 @@ describe("OpenAPI3 features", () => {
998
description: "root description",
999
get: {
1000
summary: "get summary",
1001
+ description: "get description",
1002
responses: {
1003
"200": {
1004
content: {
@@ -1052,6 +1053,9 @@ describe("OpenAPI3 features", () => {
1052
1053
format(`
1054
export interface paths {
1055
'/': {
1056
+ /**
1057
+ * get description
1058
+ */
1059
1060
1061
'200': {
0 commit comments