File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -140,6 +140,10 @@ components:
140140 type : number
141141 minimum : 0
142142 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)
143147 status :
144148 type : string
145149 enum :
Original file line number Diff line number Diff line change 11{
22 "petstore" : {
3- "version" : " 2.0 .0" ,
4- "released" : " 2026-03-28T17:39:25.517Z "
3+ "version" : " 2.1 .0" ,
4+ "released" : " 2026-03-28T17:48:50.734Z "
55 }
66}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ petstore] v2.1.0 - 2026-03-28
4+
5+ - ** [ minor] ** add optional microchipId field to Pet schema for tracking pet microchips
6+
37## [ petstore] v2.0.0 - 2026-03-28
48
59- ** [ BREAKING] ** remove path at paths./pets/{petId}
You can’t perform that action at this time.
0 commit comments