We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff29fb8 commit 0eb5a4aCopy full SHA for 0eb5a4a
2 files changed
.contractual/changesets/tender-jays-fly.md
@@ -0,0 +1,9 @@
1
+---
2
+"petstore": minor
3
4
+
5
+## petstore
6
7
+- **[minor]** remove response body scope at paths./pets.get.responses.200.content.application/json.schema
8
+- **[minor]** remove response body scope at paths./pets.post.responses.201.content.application/json.schema
9
+- **[minor]** remove response body scope at paths./pets/{petId}.get.responses.200.content.application/json.schema
specs/petstore.openapi.yaml
@@ -153,6 +153,10 @@ components:
153
type: string
154
maxLength: 30
155
description: Color of the pet (optional)
156
+ weight:
157
+ type: number
158
+ minimum: 0
159
+ description: Weight of the pet in kilograms (optional)
160
status:
161
162
enum:
0 commit comments