|
4651 | 4651 | "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" |
4652 | 4652 | }, |
4653 | 4653 | "departureDate": { |
4654 | | - "type": "integer", |
| 4654 | + "type": "string", |
4655 | 4655 | "maxLength": 8, |
4656 | | - "description": "Departure date for the first leg of the trip.\nFormat: `YYYYMMDD`.\nFormat: English characters only.\nOptional request field for travel legs.\n" |
| 4656 | + "description": "Departure date for the first leg of the trip.\nFormat: `MMDDYY`.\nFormat: English characters only.\nOptional request field for travel legs.\n" |
4657 | 4657 | }, |
4658 | 4658 | "destinationAirportCode": { |
4659 | 4659 | "type": "string", |
|
24491 | 24491 | "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" |
24492 | 24492 | }, |
24493 | 24493 | "departureDate": { |
24494 | | - "type": "integer", |
| 24494 | + "type": "string", |
24495 | 24495 | "maxLength": 8, |
24496 | | - "description": "Departure date for the first leg of the trip.\nFormat: `YYYYMMDD`.\nFormat: English characters only.\nOptional request field for travel legs.\n" |
| 24496 | + "description": "Departure date for the first leg of the trip.\nFormat: `MMDDYY`.\nFormat: English characters only.\nOptional request field for travel legs.\n" |
24497 | 24497 | }, |
24498 | 24498 | "destinationAirportCode": { |
24499 | 24499 | "type": "string", |
|
27311 | 27311 | "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" |
27312 | 27312 | }, |
27313 | 27313 | "departureDate": { |
27314 | | - "type": "integer", |
| 27314 | + "type": "string", |
27315 | 27315 | "maxLength": 8, |
27316 | | - "description": "Departure date for the first leg of the trip.\nFormat: `YYYYMMDD`.\nFormat: English characters only.\nOptional request field for travel legs.\n" |
| 27316 | + "description": "Departure date for the first leg of the trip.\nFormat: `MMDDYY`.\nFormat: English characters only.\nOptional request field for travel legs.\n" |
27317 | 27317 | }, |
27318 | 27318 | "destinationAirportCode": { |
27319 | 27319 | "type": "string", |
|
29999 | 29999 | "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" |
30000 | 30000 | }, |
30001 | 30001 | "departureDate": { |
30002 | | - "type": "integer", |
| 30002 | + "type": "string", |
30003 | 30003 | "maxLength": 8, |
30004 | | - "description": "Departure date for the first leg of the trip.\nFormat: `YYYYMMDD`.\nFormat: English characters only.\nOptional request field for travel legs.\n" |
| 30004 | + "description": "Departure date for the first leg of the trip.\nFormat: `MMDDYY`.\nFormat: English characters only.\nOptional request field for travel legs.\n" |
30005 | 30005 | }, |
30006 | 30006 | "destinationAirportCode": { |
30007 | 30007 | "type": "string", |
|
32959 | 32959 | "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" |
32960 | 32960 | }, |
32961 | 32961 | "departureDate": { |
32962 | | - "type": "integer", |
| 32962 | + "type": "string", |
32963 | 32963 | "maxLength": 8, |
32964 | | - "description": "Departure date for the first leg of the trip.\nFormat: `YYYYMMDD`.\nFormat: English characters only.\nOptional request field for travel legs.\n" |
| 32964 | + "description": "Departure date for the first leg of the trip.\nFormat: `MMDDYY`.\nFormat: English characters only.\nOptional request field for travel legs.\n" |
32965 | 32965 | }, |
32966 | 32966 | "destinationAirportCode": { |
32967 | 32967 | "type": "string", |
@@ -88632,13 +88632,13 @@ |
88632 | 88632 | "legs": [ |
88633 | 88633 | { |
88634 | 88634 | "carrierCode": "UA", |
88635 | | - "departureDate": "2023-01-01", |
| 88635 | + "departureDate": "010123", |
88636 | 88636 | "destination": "DEFGH", |
88637 | 88637 | "origin": "LAX" |
88638 | 88638 | }, |
88639 | 88639 | { |
88640 | 88640 | "carrierCode": "AS", |
88641 | | - "departureDate": "2023-02-21", |
| 88641 | + "departureDate": "022123", |
88642 | 88642 | "destination": "RESD", |
88643 | 88643 | "origin": "ECF" |
88644 | 88644 | } |
|
0 commit comments