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

@@ -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"
}
}
},