Created
June 6, 2024 08:09
-
-
Save tsh-code/40bd7f29c69e2e4b7065c95bc9c3b08e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"transfer": { | |
"properties": { | |
"transfer_type_of_transportation": { | |
"type": "string", | |
"description": "if it is car or aircraft or ship" | |
}, | |
"transfer_person_name": { "type": "string" }, | |
"transfer_departure_from_location": { "type": "string" }, | |
"transfer_arrival_to_location": { "type": "string" }, | |
"transfer_date": { "type": "string" }, | |
"transfer_start_time": { "type": "string" }, | |
"transfer_end_time": { "type": "string" }, | |
"transfer_duration": { "type": "string" }, | |
"transfer_meeting_point": { "type": "string" }, | |
"transfer_extra_info": { "type": "string" } | |
}, | |
"required": [] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment