File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 133133 "description" : " ID of user to return" ,
134134 "required" : true ,
135135 "schema" : {
136- "type" : " integer " ,
137- "format" : " int64 "
136+ "type" : " string " ,
137+ "format" : " uuid "
138138 }
139139 }
140140 ],
181181 "description" : " ID of user to update" ,
182182 "required" : true ,
183183 "schema" : {
184- "type" : " integer " ,
185- "format" : " int64 "
184+ "type" : " string " ,
185+ "format" : " uuid "
186186 }
187187 }
188188 ],
232232 "description" : " ID of user to delete" ,
233233 "required" : true ,
234234 "schema" : {
235- "type" : " integer " ,
236- "format" : " int64 "
235+ "type" : " string " ,
236+ "format" : " uuid "
237237 }
238238 }
239239 ],
367367 "description" : " ID of pet to return" ,
368368 "required" : true ,
369369 "schema" : {
370- "type" : " integer " ,
371- "format" : " int64 "
370+ "type" : " string " ,
371+ "format" : " uuid "
372372 }
373373 }
374374 ],
415415 "description" : " ID of pet to update" ,
416416 "required" : true ,
417417 "schema" : {
418- "type" : " integer " ,
419- "format" : " int64 "
418+ "type" : " string " ,
419+ "format" : " uuid "
420420 }
421421 }
422422 ],
474474 "description" : " ID of pet to delete" ,
475475 "required" : true ,
476476 "schema" : {
477- "type" : " integer " ,
478- "format" : " int64 "
477+ "type" : " string " ,
478+ "format" : " uuid "
479479 }
480480 }
481481 ],
You can’t perform that action at this time.
0 commit comments