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:
@@ -445,7 +445,8 @@
|
||||
},
|
||||
"passportExpiry": {
|
||||
"type": "string",
|
||||
"format": "date-time"
|
||||
"format": "date-time",
|
||||
"example": "2022-01-01T00:00:00.000+08:00"
|
||||
},
|
||||
"timeCode": {
|
||||
"type": "string",
|
||||
@@ -453,7 +454,8 @@
|
||||
},
|
||||
"travelDate": {
|
||||
"type": "string",
|
||||
"format": "date-time"
|
||||
"format": "date-time",
|
||||
"example": "2022-01-01T00:00:00.000+08:00"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -486,7 +488,8 @@
|
||||
},
|
||||
"passportExpiry": {
|
||||
"type": "string",
|
||||
"format": "date-time"
|
||||
"format": "date-time",
|
||||
"example": "2022-01-01T00:00:00.000+08:00"
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
@@ -497,7 +500,8 @@
|
||||
},
|
||||
"travelDate": {
|
||||
"type": "string",
|
||||
"format": "date-time"
|
||||
"format": "date-time",
|
||||
"example": "2022-01-01T00:00:00.000+08:00"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user