File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "$id" : " list_warehouses_response_body" ,
33 "title" : " list_warehouses_response_body" ,
44 "type" : " object" ,
5- "required" : [
6- " warehouses"
7- ],
5+ "required" : [" warehouses" ],
86 "additionalProperties" : false ,
97 "properties" : {
108 "warehouses" : {
3129 "type" : " string" ,
3230 "minLength" : 1
3331 },
32+ "is_default" : {
33+ "type" : " boolean" ,
34+ "default" : false
35+ },
3436 "created_at" : {
3537 "type" : " string" ,
3638 "format" : " date-time" ,
115117 {
116118 "title" : " address_residential_indicator" ,
117119 "type" : " string" ,
118- "enum" : [
119- " unknown" ,
120- " yes" ,
121- " no"
122- ]
120+ "enum" : [" unknown" , " yes" , " no" ]
123121 }
124122 ]
125123 }
208206 {
209207 "title" : " address_residential_indicator" ,
210208 "type" : " string" ,
211- "enum" : [
212- " unknown" ,
213- " yes" ,
214- " no"
215- ]
209+ "enum" : [" unknown" , " yes" , " no" ]
216210 }
217211 ]
218212 }
228222 }
229223 }
230224 }
231- }
225+ }
You can’t perform that action at this time.
0 commit comments