Skip to content

Commit 8f5f26b

Browse files
committed
Fix test issue 258
1 parent d018594 commit 8f5f26b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

modules/swagger-parser/src/test/resources/duplicateOperationId.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,16 @@
55
"title": "Duplicate operationID"
66
},
77
"paths": {
8-
"/pets": {
8+
"/pets/{id}": {
9+
"parameters" : [
10+
{
11+
"in": "path",
12+
"name": "id",
13+
"schema": {
14+
"type": "string"
15+
}
16+
}
17+
],
918
"get": {
1019
"operationId": "getPetsById",
1120
"responses": {

0 commit comments

Comments
 (0)