File tree Expand file tree Collapse file tree 1 file changed +40
-1
lines changed
Expand file tree Collapse file tree 1 file changed +40
-1
lines changed Original file line number Diff line number Diff line change 316316 },
317317 "Delivery" : {
318318 "type" : " object" ,
319- "properties" : {}
319+ "properties" : {
320+ "city" : {
321+ "type" : " string" ,
322+ "example" : " Budapest"
323+ },
324+ "phone" : {
325+ "type" : " string" ,
326+ "example" : " +36701234567"
327+ },
328+ "state" : {
329+ "type" : " string" ,
330+ "example" : " BE"
331+ },
332+ "zip" : {
333+ "type" : " string" ,
334+ "example" : " 1000"
335+ },
336+ "company" : {
337+ "type" : " string" ,
338+ "example" : " Cone Development"
339+ },
340+ "country" : {
341+ "type" : " string" ,
342+ "example" : " HU" ,
343+ "description" : " The ISO 3166-1 alpha-2 format of the country."
344+ },
345+ "address" : {
346+ "type" : " string" ,
347+ "example" : " Üllői út 1."
348+ },
349+ "address2" : {
350+ "type" : " string" ,
351+ "example" : " II/B" ,
352+ "nullable" : true
353+ },
354+ "name" : {
355+ "type" : " string" ,
356+ "example" : " Guillaume Tell"
357+ }
358+ }
320359 }
321360 }
322361 }
You can’t perform that action at this time.
0 commit comments