We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6541cb4 commit 733741dCopy full SHA for 733741d
2 files changed
.contractual/changesets/add-microchip-field.md
@@ -0,0 +1,7 @@
1
+---
2
+"petstore": minor
3
4
+
5
+## petstore
6
7
+- **[minor]** add optional microchipId field to Pet schema for tracking pet microchips
specs/petstore.openapi.yaml
@@ -140,6 +140,10 @@ components:
140
type: number
141
minimum: 0
142
description: Weight of the pet in kilograms (optional)
143
+ microchipId:
144
+ type: string
145
+ pattern: '^[0-9]{15}$'
146
+ description: 15-digit microchip ID (optional)
147
status:
148
type: string
149
enum:
0 commit comments