We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d1c5db commit 0a3ea79Copy full SHA for 0a3ea79
2 files changed
.contractual/changesets/add-vaccinated-field.md
@@ -0,0 +1,7 @@
1
+---
2
+"petstore": minor
3
4
+
5
+## petstore
6
7
+- **[minor]** add optional vaccinated field to track pet vaccination status
specs/petstore.openapi.yaml
@@ -144,6 +144,9 @@ components:
144
type: string
145
pattern: '^[0-9]{15}$'
146
description: 15-digit microchip ID (optional)
147
+ vaccinated:
148
+ type: boolean
149
+ description: Whether the pet is vaccinated (optional)
150
status:
151
152
enum:
0 commit comments