Skip to content

Instantly share code, notes, and snippets.

@tsh-code
Created June 6, 2024 08:09
Show Gist options
  • Save tsh-code/40bd7f29c69e2e4b7065c95bc9c3b08e to your computer and use it in GitHub Desktop.
Save tsh-code/40bd7f29c69e2e4b7065c95bc9c3b08e to your computer and use it in GitHub Desktop.
{
"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