Skip to content

Commit 53d66ad

Browse files
authored
fix: refer to the Pet schema
1 parent 5ff24b6 commit 53d66ad

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
@@ -120,7 +120,7 @@
120120
"name": "pets",
121121
"description": "Expected response to a valid request",
122122
"schema": {
123-
"$ref": "#/components/schemas/Pets"
123+
"$ref": "#/components/schemas/Pet"
124124
}
125125
}
126126
}

0 commit comments

Comments
 (0)