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:
@@ -453,7 +453,8 @@ const docTemplate = `{
|
||||
},
|
||||
"passportExpiry": {
|
||||
"type": "string",
|
||||
"format": "date-time"
|
||||
"format": "date-time",
|
||||
"example": "2022-01-01T00:00:00.000+08:00"
|
||||
},
|
||||
"timeCode": {
|
||||
"type": "string",
|
||||
@@ -461,7 +462,8 @@ const docTemplate = `{
|
||||
},
|
||||
"travelDate": {
|
||||
"type": "string",
|
||||
"format": "date-time"
|
||||
"format": "date-time",
|
||||
"example": "2022-01-01T00:00:00.000+08:00"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -494,7 +496,8 @@ const docTemplate = `{
|
||||
},
|
||||
"passportExpiry": {
|
||||
"type": "string",
|
||||
"format": "date-time"
|
||||
"format": "date-time",
|
||||
"example": "2022-01-01T00:00:00.000+08:00"
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
@@ -505,7 +508,8 @@ const docTemplate = `{
|
||||
},
|
||||
"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