Skip to content

Commit 849ab7b

Browse files
chore: update engine schemas
1 parent 22f6ecc commit 849ab7b

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

engines/apple_maps.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"open_at": {
4141
"type": "number",
42-
"description": "Parameter defines the time at which result locations should be open at. The value must be a Unix timestamp that is in the future, and no more than 24 hours from the current time. (e.g. `1777910991`).",
42+
"description": "Parameter defines the time at which result locations should be open at. The value must be a Unix timestamp that is in the future, and no more than 24 hours from the current time. (e.g. `1778433591`).",
4343
"group": "refinement"
4444
},
4545
"locale": {

engines/baidu.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"group": "pagination"
3737
},
3838
"gpc": {
39-
"description": "Parameter defines the time period for results. (e.g., `stf=1777270191,1777874991|stftype=1` only returns results from the past 7 days. First integer within the parameter,`1777270191` is Unix Timestamp for 7 days ago. Second integer,`1777874991` is Unix Timestamp for now.).",
39+
"description": "Parameter defines the time period for results. (e.g., `stf=1777792791,1778397591|stftype=1` only returns results from the past 7 days. First integer within the parameter,`1777792791` is Unix Timestamp for 7 days ago. Second integer,`1778397591` is Unix Timestamp for now.).",
4040
"group": "advanced_filters"
4141
},
4242
"q5": {

engines/google_flights.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -522,11 +522,11 @@
522522
"group": "advanced_google_flights_parameters"
523523
},
524524
"outbound_date": {
525-
"description": "Parameter defines the outbound date. The format is YYYY-MM-DD. e.g. `2026-05-05`",
525+
"description": "Parameter defines the outbound date. The format is YYYY-MM-DD. e.g. `2026-05-11`",
526526
"group": "advanced_google_flights_parameters"
527527
},
528528
"return_date": {
529-
"description": "Parameter defines the return date. The format is YYYY-MM-DD. e.g. `2026-05-11` Parameter is required if type parameter is set to: `1` (Round trip)",
529+
"description": "Parameter defines the return date. The format is YYYY-MM-DD. e.g. `2026-05-17` Parameter is required if type parameter is set to: `1` (Round trip)",
530530
"group": "advanced_google_flights_parameters"
531531
},
532532
"travel_class": {
@@ -553,7 +553,7 @@
553553
"group": "advanced_google_flights_parameters"
554554
},
555555
"multi_city_json": {
556-
"description": "Parameter defines the flight information for multi-city flights. It's a JSON string containing multiple flight information objects. Each object should contain the following fields: `departure_id` - The departure airport code or location kgmid. The format is the same as the main departure\\_id parameter. `arrival_id` - The arrival airport code or location kgmid. The format is the same as the main arrival\\_id parameter. `date` - Flight date. The format is the same as the outbound\\_date parameter. `times` - Time range for the flight. The format is the same as the outbound\\_times parameter. This parameter is optional. Example: `[{\"departure_id\":\"CDG\",\"arrival_id\":\"NRT\",\"date\":\"2026-05-11\"},{\"departure_id\":\"NRT\",\"arrival_id\":\"LAX,SEA\",\"date\":\"2026-05-18\"},{\"departure_id\":\"LAX,SEA\",\"arrival_id\":\"AUS\",\"date\":\"2026-05-25\",\"times\":\"8,18,9,23\"}]` The example is a multi-city flight from `CDG` to `NRT` on `2026-05-11`, then from `NRT` to `LAX` or `SEA` on `2026-05-18`, and finally from `LAX` or `SEA` to `AUS` on `2026-05-25`. The last flight has a departure time range from 8:00 AM to 7:00 PM and an arrival time range from 9:00 AM to 12:00 AM (Midnight).",
556+
"description": "Parameter defines the flight information for multi-city flights. It's a JSON string containing multiple flight information objects. Each object should contain the following fields: `departure_id` - The departure airport code or location kgmid. The format is the same as the main departure\\_id parameter. `arrival_id` - The arrival airport code or location kgmid. The format is the same as the main arrival\\_id parameter. `date` - Flight date. The format is the same as the outbound\\_date parameter. `times` - Time range for the flight. The format is the same as the outbound\\_times parameter. This parameter is optional. Example: `[{\"departure_id\":\"CDG\",\"arrival_id\":\"NRT\",\"date\":\"2026-05-17\"},{\"departure_id\":\"NRT\",\"arrival_id\":\"LAX,SEA\",\"date\":\"2026-05-24\"},{\"departure_id\":\"LAX,SEA\",\"arrival_id\":\"AUS\",\"date\":\"2026-05-31\",\"times\":\"8,18,9,23\"}]` The example is a multi-city flight from `CDG` to `NRT` on `2026-05-17`, then from `NRT` to `LAX` or `SEA` on `2026-05-24`, and finally from `LAX` or `SEA` to `AUS` on `2026-05-31`. The last flight has a departure time range from 8:00 AM to 7:00 PM and an arrival time range from 9:00 AM to 12:00 AM (Midnight).",
557557
"group": "advanced_google_flights_parameters"
558558
},
559559
"show_hidden": {

engines/google_hotels.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -501,12 +501,12 @@
501501
},
502502
"check_in_date": {
503503
"required": true,
504-
"description": "Parameter defines the check-in date. The format is **YYYY-MM-DD**. e.g. `2026-05-05`",
504+
"description": "Parameter defines the check-in date. The format is **YYYY-MM-DD**. e.g. `2026-05-11`",
505505
"group": "advanced_parameters"
506506
},
507507
"check_out_date": {
508508
"required": true,
509-
"description": "Parameter defines the check-out date. The format is **YYYY-MM-DD**. e.g. `2026-05-06`",
509+
"description": "Parameter defines the check-out date. The format is **YYYY-MM-DD**. e.g. `2026-05-12`",
510510
"group": "advanced_parameters"
511511
},
512512
"adults": {

engines/google_travel_explore.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -523,11 +523,11 @@
523523
"group": "advanced_google_travel_explore_parameters"
524524
},
525525
"outbound_date": {
526-
"description": "Parameter defines the outbound date. The format is YYYY-MM-DD. e.g. `2026-05-05`",
526+
"description": "Parameter defines the outbound date. The format is YYYY-MM-DD. e.g. `2026-05-11`",
527527
"group": "advanced_google_travel_explore_parameters"
528528
},
529529
"return_date": {
530-
"description": "Parameter defines the return date. The format is YYYY-MM-DD. e.g. `2026-05-11` Parameter is required if type parameter is set to: `1` (Round trip)",
530+
"description": "Parameter defines the return date. The format is YYYY-MM-DD. e.g. `2026-05-17` Parameter is required if type parameter is set to: `1` (Round trip)",
531531
"group": "advanced_google_travel_explore_parameters"
532532
},
533533
"month": {

0 commit comments

Comments
 (0)