Skip to content

Commit 9a71cc5

Browse files
committed
wip
1 parent b4d1c37 commit 9a71cc5

File tree

1 file changed

+40
-1
lines changed

1 file changed

+40
-1
lines changed

openapi.json

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,46 @@
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
}

0 commit comments

Comments
 (0)