Skip to content

Commit d018594

Browse files
committed
To fix test 258
1 parent 6375003 commit d018594

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"openapi": "3.0.1",
3+
"info": {
4+
"version": "1.0.9-abcd",
5+
"title": "Duplicate operationID"
6+
},
7+
"paths": {
8+
"/pets": {
9+
"get": {
10+
"operationId": "getPetsById",
11+
"responses": {
12+
"default": {
13+
"description": "error payload"
14+
}
15+
}
16+
},
17+
"post": {
18+
"operationId": "getPetsById",
19+
"responses": {
20+
"default": {
21+
"description": "error payload"
22+
}
23+
}
24+
}
25+
}
26+
}
27+
}

0 commit comments

Comments
 (0)