Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .contractual/changesets/add-vaccinated-field.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"petstore": minor
---

## petstore

- **[minor]** add optional vaccinated field to track pet vaccination status
3 changes: 3 additions & 0 deletions specs/petstore.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ components:
type: string
pattern: '^[0-9]{15}$'
description: 15-digit microchip ID (optional)
vaccinated:
type: boolean
description: Whether the pet is vaccinated (optional)
status:
type: string
enum:
Expand Down
Loading