Chore(booking-model): Update datetime example
All checks were successful
ktm-booking-bot/ktm-booking-bot/pipeline/head This commit looks good

This commit is contained in:
2022-09-27 20:41:54 +08:00
parent 0ea75f6211
commit 0a688a51f8
4 changed files with 24 additions and 12 deletions

View File

@@ -37,12 +37,14 @@ definitions:
passport:
type: string
passportExpiry:
example: "2022-01-01T00:00:00.000+08:00"
format: date-time
type: string
timeCode:
example: "1300"
type: string
travelDate:
example: "2022-01-01T00:00:00.000+08:00"
format: date-time
type: string
required:
@@ -72,6 +74,7 @@ definitions:
passport:
type: string
passportExpiry:
example: "2022-01-01T00:00:00.000+08:00"
format: date-time
type: string
status:
@@ -80,6 +83,7 @@ definitions:
example: "1300"
type: string
travelDate:
example: "2022-01-01T00:00:00.000+08:00"
format: date-time
type: string
required: