|
4583 | 4583 | "description": "Code that indicates whether a stopover is allowed on this leg of the trip. Possible values:\n- `O` (capital letter \"O\") (default): Stopover allowed\n- `X` (capital letter \"X\"): Stopover not allowed\nFormat: English characters only.\nRestricted string data type that indicates a sequence of letters, numbers, and spaces; special characters are not included.\nOptional request field for travel legs.\n" |
4584 | 4584 | }, |
4585 | 4585 | "departureDate": { |
4586 | | - "type": "integer", |
| 4586 | + "type": "string", |
4587 | 4587 | "maxLength": 8, |
4588 | | - "description": "Departure date for the first leg of the trip.\nFormat: `YYYYMMDD`.\nFormat: English characters only.\nOptional request field for travel legs.\n" |
| 4588 | + "description": "Departure date for the first leg of the trip.\nFormat: `MMDDYY`.\nFormat: English characters only.\nOptional request field for travel legs.\n" |
4589 | 4589 | }, |
4590 | 4590 | "destinationAirportCode": { |
4591 | 4591 | "type": "string", |
|
14842 | 14842 | "description": "Code that indicates whether a stopover is allowed on this leg of the trip. Possible values:\n- `O` (capital letter \"O\") (default): Stopover allowed\n- `X` (capital letter \"X\"): Stopover not allowed\nFormat: English characters only.\nRestricted string data type that indicates a sequence of letters, numbers, and spaces; special characters are not included.\nOptional request field for travel legs.\n" |
14843 | 14843 | }, |
14844 | 14844 | "departureDate": { |
14845 | | - "type": "integer", |
| 14845 | + "type": "string", |
14846 | 14846 | "maxLength": 8, |
14847 | | - "description": "Departure date for the first leg of the trip.\nFormat: `YYYYMMDD`.\nFormat: English characters only.\nOptional request field for travel legs.\n" |
| 14847 | + "description": "Departure date for the first leg of the trip.\nFormat: `MMDDYY`.\nFormat: English characters only.\nOptional request field for travel legs.\n" |
14848 | 14848 | }, |
14849 | 14849 | "destinationAirportCode": { |
14850 | 14850 | "type": "string", |
|
17661 | 17661 | "description": "Code that indicates whether a stopover is allowed on this leg of the trip. Possible values:\n- `O` (capital letter \"O\") (default): Stopover allowed\n- `X` (capital letter \"X\"): Stopover not allowed\nFormat: English characters only.\nRestricted string data type that indicates a sequence of letters, numbers, and spaces; special characters are not included.\nOptional request field for travel legs.\n" |
17662 | 17662 | }, |
17663 | 17663 | "departureDate": { |
17664 | | - "type": "integer", |
| 17664 | + "type": "string", |
17665 | 17665 | "maxLength": 8, |
17666 | | - "description": "Departure date for the first leg of the trip.\nFormat: `YYYYMMDD`.\nFormat: English characters only.\nOptional request field for travel legs.\n" |
| 17666 | + "description": "Departure date for the first leg of the trip.\nFormat: `MMDDYY`.\nFormat: English characters only.\nOptional request field for travel legs.\n" |
17667 | 17667 | }, |
17668 | 17668 | "destinationAirportCode": { |
17669 | 17669 | "type": "string", |
|
20339 | 20339 | "description": "Code that indicates whether a stopover is allowed on this leg of the trip. Possible values:\n- `O` (capital letter \"O\") (default): Stopover allowed\n- `X` (capital letter \"X\"): Stopover not allowed\nFormat: English characters only.\nRestricted string data type that indicates a sequence of letters, numbers, and spaces; special characters are not included.\nOptional request field for travel legs.\n" |
20340 | 20340 | }, |
20341 | 20341 | "departureDate": { |
20342 | | - "type": "integer", |
| 20342 | + "type": "string", |
20343 | 20343 | "maxLength": 8, |
20344 | | - "description": "Departure date for the first leg of the trip.\nFormat: `YYYYMMDD`.\nFormat: English characters only.\nOptional request field for travel legs.\n" |
| 20344 | + "description": "Departure date for the first leg of the trip.\nFormat: `MMDDYY`.\nFormat: English characters only.\nOptional request field for travel legs.\n" |
20345 | 20345 | }, |
20346 | 20346 | "destinationAirportCode": { |
20347 | 20347 | "type": "string", |
|
23289 | 23289 | "description": "Code that indicates whether a stopover is allowed on this leg of the trip. Possible values:\n- `O` (capital letter \"O\") (default): Stopover allowed\n- `X` (capital letter \"X\"): Stopover not allowed\nFormat: English characters only.\nRestricted string data type that indicates a sequence of letters, numbers, and spaces; special characters are not included.\nOptional request field for travel legs.\n" |
23290 | 23290 | }, |
23291 | 23291 | "departureDate": { |
23292 | | - "type": "integer", |
| 23292 | + "type": "string", |
23293 | 23293 | "maxLength": 8, |
23294 | | - "description": "Departure date for the first leg of the trip.\nFormat: `YYYYMMDD`.\nFormat: English characters only.\nOptional request field for travel legs.\n" |
| 23294 | + "description": "Departure date for the first leg of the trip.\nFormat: `MMDDYY`.\nFormat: English characters only.\nOptional request field for travel legs.\n" |
23295 | 23295 | }, |
23296 | 23296 | "destinationAirportCode": { |
23297 | 23297 | "type": "string", |
@@ -74226,13 +74226,13 @@ |
74226 | 74226 | "legs": [ |
74227 | 74227 | { |
74228 | 74228 | "carrierCode": "UA", |
74229 | | - "departureDate": "2023-01-01", |
| 74229 | + "departureDate": "010123", |
74230 | 74230 | "destination": "DEFGH", |
74231 | 74231 | "origin": "LAX" |
74232 | 74232 | }, |
74233 | 74233 | { |
74234 | 74234 | "carrierCode": "AS", |
74235 | | - "departureDate": "2023-02-21", |
| 74235 | + "departureDate": "022123", |
74236 | 74236 | "destination": "RESD", |
74237 | 74237 | "origin": "ECF" |
74238 | 74238 | } |
|
0 commit comments