Skip to content

Commit 0a3ea79

Browse files
authored
feat: add vaccinated field to Pet schema (#6)
* feat: add vaccinated field to Pet schema * chore: add changeset
1 parent 6d1c5db commit 0a3ea79

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,9 @@ components:
144144
type: string
145145
pattern: '^[0-9]{15}$'
146146
description: 15-digit microchip ID (optional)
147+
vaccinated:
148+
type: boolean
149+
description: Whether the pet is vaccinated (optional)
147150
status:
148151
type: string
149152
enum:

0 commit comments

Comments
 (0)