File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 11{
22 "petstore" : {
3- "version" : " 2.1 .0" ,
4- "released" : " 2026-03-28T17:48:50.734Z "
3+ "version" : " 2.2 .0" ,
4+ "released" : " 2026-03-29T06:49:17.760Z "
55 }
66}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ petstore] v2.2.0 - 2026-03-29
4+
5+ - ** [ minor] ** add optional vaccinated field to track pet vaccination status
6+
37## [ petstore] v2.1.0 - 2026-03-28
48
59- ** [ minor] ** add optional microchipId field to Pet schema for tracking pet microchips
You can’t perform that action at this time.
0 commit comments