Chore(booking-model): Update datetime example
All checks were successful
ktm-booking-bot/ktm-booking-bot/pipeline/head This commit looks good
All checks were successful
ktm-booking-bot/ktm-booking-bot/pipeline/head This commit looks good
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user