Skip to content

Commit 81826fd

Browse files
authored
fix(petstore): result name incorrect
1 parent 71ee07b commit 81826fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service-descriptions/petstore-openrpc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
}
118118
],
119119
"result": {
120-
"name": "pets",
120+
"name": "pet",
121121
"description": "Expected response to a valid request",
122122
"schema": {
123123
"$ref": "#/components/schemas/Pet"

0 commit comments

Comments
 (0)