From 7c4e747fc0006d56dfe7c69063d689d4f0ae020d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl?= Date: Wed, 13 Mar 2024 10:00:22 +0100 Subject: [PATCH] Transfer APIs - Updates Remove Jet and Helicopter transfer type and Invoice form of Payment. --- ...TransferBook_v1_swagger_specification.json | 25 +++------ ...ansferSearch_v1_swagger_specification.json | 53 +++++-------------- ...TransferBook_v1_swagger_specification.yaml | 22 ++------ ...ansferSearch_v1_swagger_specification.yaml | 49 +++-------------- 4 files changed, 31 insertions(+), 118 deletions(-) diff --git a/spec/json/TransferBook_v1_swagger_specification.json b/spec/json/TransferBook_v1_swagger_specification.json index 5062d86..3d156fe 100644 --- a/spec/json/TransferBook_v1_swagger_specification.json +++ b/spec/json/TransferBook_v1_swagger_specification.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "version": "1.11.0", + "version": "1.11.1", "title": "Transfer Booking", "description": "Before using this API, we recommend you read our **[Authorization Guide](https://developers.amadeus.com/self-service/apis-docs/guides/authorization-262)** for more information on how to generate an access token. \n\nPlease also be aware that our test environment is based on a subset of the production for this API it may change dynamically. For your tests, use big cities like LON (London) or NYC (New-York)." }, @@ -324,11 +324,9 @@ "TAXI", "HOURLY", "AIRPORT_EXPRESS", - "HELICOPTER", - "PRIVATE_JET", "AIRPORT_BUS" ], - "description": "amadeus transfer service type\n\nvalue | description \n-------------- | ------------------------\nPRIVATE | Private transfer from point to point\nSHARED | Shared transfer from point to point\nTAXI | Taxi reservation from point to point, price is estimated\nHOURLY | Chauffeured driven transfer per hour\nAIRPORT_EXPRESS | Express Train from/to Airport\nAIRPORT_BUS | Express Bus from/to Airport\nHELICOPTER | Private helicopter flight from/to airport\nPRIVATE_JET | Private flight from airport to airport\n" + "description": "amadeus transfer service type\n\nvalue | description \n-------------- | ------------------------\nPRIVATE | Private transfer from point to point\nSHARED | Shared transfer from point to point\nTAXI | Taxi reservation from point to point, price is estimated\nHOURLY | Chauffeured driven transfer per hour\nAIRPORT_EXPRESS | Express Train from/to Airport\nAIRPORT_BUS | Express Bus from/to Airport\n" }, "start": { "$ref": "#/definitions/Location" @@ -939,11 +937,6 @@ "pattern": "[A-Za-z]{3}", "example": "CDG" }, - "lfiCode": { - "type": "string", - "description": "internal airport identifier used for private jets and helicopters e.g. IT87100", - "example": "IT87100" - }, "address": { "$ref": "#/definitions/Address" }, @@ -963,7 +956,7 @@ } }, "StopOver": { - "description": "Location of the stop over or the several stop over points. It can be defined either using IATA code or Address (address line, zip, country, city, state, latitude, longitude, lfi). Vehicle change via stop overs is not supported.", + "description": "Location of the stop over or the several stop over points. It can be defined either using IATA code or Address (address line, zip, country, city, state, latitude, longitude). Vehicle change via stop overs is not supported.", "properties": { "duration": { "description": "transfer stop duration in [ISO8601](https://en.wikipedia.org/wiki/ISO_8601) PnYnMnDTnHnMnS format, e.g. PT2H10M.", @@ -1050,21 +1043,20 @@ }, "Payment": { "type": "object", - "description": "defines the payment in transfer reservation. For \"CREDIT_CARD\" - creditCard is mandatory, for \"INVOICE\" - paymentReference is mandatory, for \"TRAVEL_ACCOUNT\" - paymentReference is optional, for \"PAYMENT_SERVICE_PROVIDER\" - paymentServiceProvider and paymentReference are mandatory.\n", + "description": "defines the payment in transfer reservation. For \"CREDIT_CARD\" - creditCard is mandatory, for \"TRAVEL_ACCOUNT\" - paymentReference is optional, for \"PAYMENT_SERVICE_PROVIDER\" - paymentServiceProvider and paymentReference are mandatory.\n", "properties": { "methodOfPayment": { "type": "string", "description": "Method of payment required when PaymentType equal BT (applicable only for reservation action).", "enum": [ "CREDIT_CARD", - "INVOICE", "TRAVEL_ACCOUNT", "PAYMENT_SERVICE_PROVIDER" ] }, "paymentReference": { "type": "string", - "description": "payment refence that will be passed to provider in case \"INVOICE\" or \"TRAVEL_ACCOUNT\" method of payment" + "description": "payment refence that will be passed to provider in case \"TRAVEL_ACCOUNT\" method of payment" }, "paymentServiceProvider": { "type": "string", @@ -1338,11 +1330,9 @@ "LMS", "MBR", "TRN", - "BUS", - "HLC", - "JET" + "BUS" ], - "description": "vehicle type, which can take following values\n\nvalue | description\n-------------- | ------------------------\nCAR | Car\nSED | Sedan\nWGN | Wagon\nELC | Electric car\nVAN | Van or minivan\nSUV | Sport utility vehicle\nLMS | Limousine\nMBR | Motorbike\nTRN | Train\nBUS | Bus\nHLC | Helicopter (accessible only for private jet transfer)\nJET | Jet (accessible only for private jet transfer)\n" + "description": "vehicle type, which can take following values\n\nvalue | description\n-------------- | ------------------------\nCAR | Car\nSED | Sedan\nWGN | Wagon\nELC | Electric car\nVAN | Van or minivan\nSUV | Sport utility vehicle\nLMS | Limousine\nMBR | Motorbike\nTRN | Train\nBUS | Bus\n" }, "category": { "type": "string", @@ -1580,7 +1570,6 @@ "sequenceNumber": 1, "location": { "locationCode": "CDG", - "lfiCode": "FR01216", "address": { "line": "Avenue de la Bourdonnais, 19", "zip": "75007", diff --git a/spec/json/TransferSearch_v1_swagger_specification.json b/spec/json/TransferSearch_v1_swagger_specification.json index d149700..698ab1a 100644 --- a/spec/json/TransferSearch_v1_swagger_specification.json +++ b/spec/json/TransferSearch_v1_swagger_specification.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "version": "1.11.2", + "version": "1.11.3", "title": "Transfer Search", "description": "Before using this API, we recommend you read our **[Authorization Guide](https://developers.amadeus.com/self-service/apis-docs/guides/authorization-262)** for more information on how to generate an access token. \n\nPlease also be aware that our test environment is based on a subset of the production for this API it may change dynamically. For your tests, use big cities like LON (London) or NYC (New-York)." }, @@ -56,10 +56,6 @@ "description": "UIC code defined by the worldwide railway organization e.g. 8600626", "type": "string" }, - "startLfiCode": { - "description": "internal airport identifier used for private jets and helicopters\nExample: FR84734\n", - "type": "string" - }, "startAddressLine": { "description": "street address including building number, e.g. 5 Avenue Anatole France", "type": "string" @@ -93,22 +89,17 @@ "type": "string" }, "endLocationCode": { - "description": "location from [IATA table codes](http://www.iata.org/publications/Pages/code-search.aspx). Optional, for transferType = HOURLY. \nEnd location must be defined either using code (location code, UIC code, LFI code, or GooglePlaceId) or address (address line, zip code, country code, city, geo code)", + "description": "location from [IATA table codes](http://www.iata.org/publications/Pages/code-search.aspx). Optional, for transferType = HOURLY. \nEnd location must be defined either using code (location code, UIC code, or GooglePlaceId) or address (address line, zip code, country code, city, geo code)", "type": "string", "example": "CDG" }, "endUicCode": { - "description": "UIC code defined by the worldwide railway organization. \nEnd location must be defined either using code (location code, UIC code, LFI code, or GooglePlaceId) or address (address line, zip code, country code, city, geo code)", + "description": "UIC code defined by the worldwide railway organization. \nEnd location must be defined either using code (location code, UIC code, or GooglePlaceId) or address (address line, zip code, country code, city, geo code)", "type": "string", "example": "8600626" }, - "endLfiCode": { - "description": "internal airport identifier used for private jets and helicopters. \nEnd location must be defined either using code (location code, UIC code, LFI code, or GooglePlaceId) or address (address line, zip code, country code, city, geo code)", - "type": "string", - "example": "SP68724" - }, "endAddressLine": { - "description": "street address, e.g. 5 Avenue Anatole France. \nEnd location must be defined either using code (location code, UIC code, LFI code, or GooglePlaceId) or address (address line, zip code, country code, city, geo code)", + "description": "street address, e.g. 5 Avenue Anatole France. \nEnd location must be defined either using code (location code, UIC code, or GooglePlaceId) or address (address line, zip code, country code, city, geo code)", "type": "string" }, "endZipCode": { @@ -139,7 +130,7 @@ "type": "string" }, "endGooglePlaceId": { - "description": "google place id only for google address. \nEnd location must be defined either using code (location code, UIC code, LFI code, or GooglePlaceId) or address (address line, zip code, country code, city, geo code)", + "description": "google place id only for google address. \nEnd location must be defined either using code (location code, UIC code, or GooglePlaceId) or address (address line, zip code, country code, city, geo code)", "type": "string", "example": "ChIJL-DOWeBv5kcRfTbh97PimNc" }, @@ -151,11 +142,9 @@ "TAXI", "HOURLY", "AIRPORT_EXPRESS", - "HELICOPTER", - "PRIVATE_JET", "AIRPORT_BUS" ], - "description": "a transfer service type\nExample: PRIVATE\n\nvalue | description\n-------------- | ------------------------\nPRIVATE | Private transfer from point to point\nSHARED | Shared transfer from point to point\nTAXI | Taxi reservation from point to point, price is estimated\nHOURLY | Chauffeured driven transfer per hour\nAIRPORT_EXPRESS | Express Train from/to Airport\nAIRPORT_BUS | Express Bus from/to Airport\nHELICOPTER | Private helicopter flight from/to airport\nPRIVATE_JET | Private flight from airport to airport\n\nIf not filled, all transfer service types are requested\n" + "description": "a transfer service type\nExample: PRIVATE\n\nvalue | description\n-------------- | ------------------------\nPRIVATE | Private transfer from point to point\nSHARED | Shared transfer from point to point\nTAXI | Taxi reservation from point to point, price is estimated\nHOURLY | Chauffeured driven transfer per hour\nAIRPORT_EXPRESS | Express Train from/to Airport\nAIRPORT_BUS | Express Bus from/to Airport\n\nIf not filled, all transfer service types are requested\n" }, "duration": { "description": "transfer duration in [ISO8601](https://en.wikipedia.org/wiki/ISO_8601) PnYnMnDTnHnMnS format, e.g. PT2H10M. It is used and mandatory for transferType = HOURLY", @@ -191,11 +180,9 @@ "SUV", "LMS", "TRN", - "BUS", - "HLC", - "JET" + "BUS" ], - "description": "a vehicle type code\nExample: VAN\n\ncode | name\n------ | -------------------------------------\nMBK | Motorcycle\nCAR | Car\nSED | Sedan\nWGN | Wagon\nELC | Electric car\nVAN | Van or minivan\nSUV | Sport utility vehicle\nLMS | Limousine\nTRN | Train\nBUS | Bus\nHLC | Helicopter\nJET | Jet\n\nIf not filled, all vehicle types are requested\n" + "description": "a vehicle type code\nExample: VAN\n\ncode | name\n------ | -------------------------------------\nMBK | Motorcycle\nCAR | Car\nSED | Sedan\nWGN | Wagon\nELC | Electric car\nVAN | Van or minivan\nSUV | Sport utility vehicle\nLMS | Limousine\nTRN | Train\nBUS | Bus\n\nIf not filled, all vehicle types are requested\n" }, "providerCodes": { "description": "transfer provider codes, comma-separated. If not filled, the request is sent to all providers\nExample: TXO,FGT", @@ -223,7 +210,7 @@ }, "stopOvers": { "type": "array", - "description": "Location of the stop over or the several stop over points. It can be defined either using IATA code or Address (address line, zip, country, city, state, latitude, longitude, lfi). Vehicle change via stop overs is not supported.", + "description": "Location of the stop over or the several stop over points. It can be defined either using IATA code or Address (address line, zip, country, city, state, latitude, longitude). Vehicle change via stop overs is not supported.", "items": { "$ref": "#/definitions/StopOverRequest" } @@ -333,11 +320,9 @@ "TAXI", "HOURLY", "AIRPORT_EXPRESS", - "HELICOPTER", - "PRIVATE_JET", "AIRPORT_BUS" ], - "description": "amadeus transfer service type\n\nvalue | description \n-------------- | ------------------------\nPRIVATE | Private transfer from point to point\nSHARED | Shared transfer from point to point\nTAXI | Taxi reservation from point to point, price is estimated\nHOURLY | Chauffeured driven transfer per hour\nAIRPORT_EXPRESS | Express Train from/to Airport\nAIRPORT_BUS | Express Bus from/to Airport\nHELICOPTER | Private helicopter flight from/to airport\nPRIVATE_JET | Private flight from airport to airport\n" + "description": "amadeus transfer service type\n\nvalue | description \n-------------- | ------------------------\nPRIVATE | Private transfer from point to point\nSHARED | Shared transfer from point to point\nTAXI | Taxi reservation from point to point, price is estimated\nHOURLY | Chauffeured driven transfer per hour\nAIRPORT_EXPRESS | Express Train from/to Airport\nAIRPORT_BUS | Express Bus from/to Airport\n" }, "start": { "$ref": "#/definitions/Location" @@ -816,11 +801,6 @@ "pattern": "[A-Za-z]{3}", "example": "CDG" }, - "lfiCode": { - "type": "string", - "description": "internal airport identifier used for private jets and helicopters e.g. IT87100", - "example": "IT87100" - }, "address": { "$ref": "#/definitions/Address" }, @@ -840,7 +820,7 @@ } }, "StopOver": { - "description": "Location of the stop over or the several stop over points. It can be defined either using IATA code or Address (address line, zip, country, city, state, latitude, longitude, lfi). Vehicle change via stop overs is not supported.", + "description": "Location of the stop over or the several stop over points. It can be defined either using IATA code or Address (address line, zip, country, city, state, latitude, longitude). Vehicle change via stop overs is not supported.", "properties": { "duration": { "description": "transfer stop duration in [ISO8601](https://en.wikipedia.org/wiki/ISO_8601) PnYnMnDTnHnMnS format, e.g. PT2H10M.", @@ -901,11 +881,6 @@ "type": "string", "description": "the intermediate stop name e.g. Airport Name, Hotel Name etc." }, - "lfiCode": { - "type": "string", - "description": "the intermediate stop internal airport identifier used for private jets and helicopters e.g. IT87100", - "example": "IT87100" - }, "stateCode": { "type": "string", "description": "the intermediate stop state code according to [ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)" @@ -1200,11 +1175,9 @@ "LMS", "MBR", "TRN", - "BUS", - "HLC", - "JET" + "BUS" ], - "description": "vehicle type, which can take following values\n\nvalue | description\n-------------- | ------------------------\nCAR | Car\nSED | Sedan\nWGN | Wagon\nELC | Electric car\nVAN | Van or minivan\nSUV | Sport utility vehicle\nLMS | Limousine\nMBR | Motorbike\nTRN | Train\nBUS | Bus\nHLC | Helicopter (accessible only for private jet transfer)\nJET | Jet (accessible only for private jet transfer)\n" + "description": "vehicle type, which can take following values\n\nvalue | description\n-------------- | ------------------------\nCAR | Car\nSED | Sedan\nWGN | Wagon\nELC | Electric car\nVAN | Van or minivan\nSUV | Sport utility vehicle\nLMS | Limousine\nMBR | Motorbike\nTRN | Train\nBUS | Bus\n" }, "category": { "type": "string", diff --git a/spec/yaml/TransferBook_v1_swagger_specification.yaml b/spec/yaml/TransferBook_v1_swagger_specification.yaml index 8bab0aa..113b3a5 100644 --- a/spec/yaml/TransferBook_v1_swagger_specification.yaml +++ b/spec/yaml/TransferBook_v1_swagger_specification.yaml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 1.11.0 + version: 1.11.1 title: Transfer Booking description: |- Before using this API, we recommend you read our **[Authorization Guide](https://developers.amadeus.com/self-service/apis-docs/guides/authorization-262)** for more information on how to generate an access token. @@ -229,8 +229,6 @@ definitions: - TAXI - HOURLY - AIRPORT_EXPRESS - - HELICOPTER - - PRIVATE_JET - AIRPORT_BUS description: | amadeus transfer service type @@ -243,8 +241,6 @@ definitions: HOURLY | Chauffeured driven transfer per hour AIRPORT_EXPRESS | Express Train from/to Airport AIRPORT_BUS | Express Bus from/to Airport - HELICOPTER | Private helicopter flight from/to airport - PRIVATE_JET | Private flight from airport to airport start: $ref: '#/definitions/Location' end: @@ -738,10 +734,6 @@ definitions: description: airport code from [IATA table codes](http://www.iata.org/publications/Pages/code-search.aspx), e.g. CDG. pattern: '[A-Za-z]{3}' example: CDG - lfiCode: - type: string - description: internal airport identifier used for private jets and helicopters e.g. IT87100 - example: IT87100 address: $ref: '#/definitions/Address' name: @@ -755,7 +747,7 @@ definitions: type: string description: UIC code defined by the worldwide railway organization e.g. 8600626 StopOver: - description: Location of the stop over or the several stop over points. It can be defined either using IATA code or Address (address line, zip, country, city, state, latitude, longitude, lfi). Vehicle change via stop overs is not supported. + description: Location of the stop over or the several stop over points. It can be defined either using IATA code or Address (address line, zip, country, city, state, latitude, longitude). Vehicle change via stop overs is not supported. properties: duration: description: transfer stop duration in [ISO8601](https://en.wikipedia.org/wiki/ISO_8601) PnYnMnDTnHnMnS format, e.g. PT2H10M. @@ -815,19 +807,18 @@ definitions: Payment: type: object description: | - defines the payment in transfer reservation. For "CREDIT_CARD" - creditCard is mandatory, for "INVOICE" - paymentReference is mandatory, for "TRAVEL_ACCOUNT" - paymentReference is optional, for "PAYMENT_SERVICE_PROVIDER" - paymentServiceProvider and paymentReference are mandatory. + defines the payment in transfer reservation. For "CREDIT_CARD" - creditCard is mandatory, for "TRAVEL_ACCOUNT" - paymentReference is optional, for "PAYMENT_SERVICE_PROVIDER" - paymentServiceProvider and paymentReference are mandatory. properties: methodOfPayment: type: string description: Method of payment required when PaymentType equal BT (applicable only for reservation action). enum: - CREDIT_CARD - - INVOICE - TRAVEL_ACCOUNT - PAYMENT_SERVICE_PROVIDER paymentReference: type: string - description: payment refence that will be passed to provider in case "INVOICE" or "TRAVEL_ACCOUNT" method of payment + description: payment refence that will be passed to provider in case "TRAVEL_ACCOUNT" method of payment paymentServiceProvider: type: string description: payment service provider details will be passed to provider in case "PAYMENT_SERVICE_PROVIDER" method of payment. @@ -1020,8 +1011,6 @@ definitions: - MBR - TRN - BUS - - HLC - - JET description: | vehicle type, which can take following values @@ -1037,8 +1026,6 @@ definitions: MBR | Motorbike TRN | Train BUS | Bus - HLC | Helicopter (accessible only for private jet transfer) - JET | Jet (accessible only for private jet transfer) category: type: string enum: @@ -1205,7 +1192,6 @@ responses: sequenceNumber: 1 location: locationCode: CDG - lfiCode: FR01216 address: line: Avenue de la Bourdonnais, 19 zip: '75007' diff --git a/spec/yaml/TransferSearch_v1_swagger_specification.yaml b/spec/yaml/TransferSearch_v1_swagger_specification.yaml index dff60f4..4944a35 100644 --- a/spec/yaml/TransferSearch_v1_swagger_specification.yaml +++ b/spec/yaml/TransferSearch_v1_swagger_specification.yaml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 1.11.2 + version: 1.11.3 title: Transfer Search description: |- Before using this API, we recommend you read our **[Authorization Guide](https://developers.amadeus.com/self-service/apis-docs/guides/authorization-262)** for more information on how to generate an access token. @@ -47,11 +47,6 @@ paths: startUicCode: description: UIC code defined by the worldwide railway organization e.g. 8600626 type: string - startLfiCode: - description: | - internal airport identifier used for private jets and helicopters - Example: FR84734 - type: string startAddressLine: description: street address including building number, e.g. 5 Avenue Anatole France type: string @@ -81,25 +76,19 @@ paths: endLocationCode: description: |- location from [IATA table codes](http://www.iata.org/publications/Pages/code-search.aspx). Optional, for transferType = HOURLY. - End location must be defined either using code (location code, UIC code, LFI code, or GooglePlaceId) or address (address line, zip code, country code, city, geo code) + End location must be defined either using code (location code, UIC code, or GooglePlaceId) or address (address line, zip code, country code, city, geo code) type: string example: CDG endUicCode: description: |- UIC code defined by the worldwide railway organization. - End location must be defined either using code (location code, UIC code, LFI code, or GooglePlaceId) or address (address line, zip code, country code, city, geo code) + End location must be defined either using code (location code, UIC code, or GooglePlaceId) or address (address line, zip code, country code, city, geo code) type: string example: '8600626' - endLfiCode: - description: |- - internal airport identifier used for private jets and helicopters. - End location must be defined either using code (location code, UIC code, LFI code, or GooglePlaceId) or address (address line, zip code, country code, city, geo code) - type: string - example: SP68724 endAddressLine: description: |- street address, e.g. 5 Avenue Anatole France. - End location must be defined either using code (location code, UIC code, LFI code, or GooglePlaceId) or address (address line, zip code, country code, city, geo code) + End location must be defined either using code (location code, UIC code, or GooglePlaceId) or address (address line, zip code, country code, city, geo code) type: string endZipCode: description: postal/zip code @@ -127,7 +116,7 @@ paths: endGooglePlaceId: description: |- google place id only for google address. - End location must be defined either using code (location code, UIC code, LFI code, or GooglePlaceId) or address (address line, zip code, country code, city, geo code) + End location must be defined either using code (location code, UIC code, or GooglePlaceId) or address (address line, zip code, country code, city, geo code) type: string example: ChIJL-DOWeBv5kcRfTbh97PimNc transferType: @@ -138,8 +127,6 @@ paths: - TAXI - HOURLY - AIRPORT_EXPRESS - - HELICOPTER - - PRIVATE_JET - AIRPORT_BUS description: | a transfer service type @@ -153,8 +140,6 @@ paths: HOURLY | Chauffeured driven transfer per hour AIRPORT_EXPRESS | Express Train from/to Airport AIRPORT_BUS | Express Bus from/to Airport - HELICOPTER | Private helicopter flight from/to airport - PRIVATE_JET | Private flight from airport to airport If not filled, all transfer service types are requested duration: @@ -197,8 +182,6 @@ paths: - LMS - TRN - BUS - - HLC - - JET description: | a vehicle type code Example: VAN @@ -215,8 +198,6 @@ paths: LMS | Limousine TRN | Train BUS | Bus - HLC | Helicopter - JET | Jet If not filled, all vehicle types are requested providerCodes: @@ -277,7 +258,7 @@ paths: type: string stopOvers: type: array - description: Location of the stop over or the several stop over points. It can be defined either using IATA code or Address (address line, zip, country, city, state, latitude, longitude, lfi). Vehicle change via stop overs is not supported. + description: Location of the stop over or the several stop over points. It can be defined either using IATA code or Address (address line, zip, country, city, state, latitude, longitude). Vehicle change via stop overs is not supported. items: $ref: '#/definitions/StopOverRequest' startConnectedSegment: @@ -355,8 +336,6 @@ definitions: - TAXI - HOURLY - AIRPORT_EXPRESS - - HELICOPTER - - PRIVATE_JET - AIRPORT_BUS description: | amadeus transfer service type @@ -369,8 +348,6 @@ definitions: HOURLY | Chauffeured driven transfer per hour AIRPORT_EXPRESS | Express Train from/to Airport AIRPORT_BUS | Express Bus from/to Airport - HELICOPTER | Private helicopter flight from/to airport - PRIVATE_JET | Private flight from airport to airport start: $ref: '#/definitions/Location' end: @@ -760,10 +737,6 @@ definitions: description: airport code from [IATA table codes](http://www.iata.org/publications/Pages/code-search.aspx), e.g. CDG. pattern: '[A-Za-z]{3}' example: CDG - lfiCode: - type: string - description: internal airport identifier used for private jets and helicopters e.g. IT87100 - example: IT87100 address: $ref: '#/definitions/Address' name: @@ -777,7 +750,7 @@ definitions: type: string description: UIC code defined by the worldwide railway organization e.g. 8600626 StopOver: - description: Location of the stop over or the several stop over points. It can be defined either using IATA code or Address (address line, zip, country, city, state, latitude, longitude, lfi). Vehicle change via stop overs is not supported. + description: Location of the stop over or the several stop over points. It can be defined either using IATA code or Address (address line, zip, country, city, state, latitude, longitude). Vehicle change via stop overs is not supported. properties: duration: description: transfer stop duration in [ISO8601](https://en.wikipedia.org/wiki/ISO_8601) PnYnMnDTnHnMnS format, e.g. PT2H10M. @@ -825,10 +798,6 @@ definitions: name: type: string description: the intermediate stop name e.g. Airport Name, Hotel Name etc. - lfiCode: - type: string - description: the intermediate stop internal airport identifier used for private jets and helicopters e.g. IT87100 - example: IT87100 stateCode: type: string description: the intermediate stop state code according to [ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2) @@ -1038,8 +1007,6 @@ definitions: - MBR - TRN - BUS - - HLC - - JET description: | vehicle type, which can take following values @@ -1055,8 +1022,6 @@ definitions: MBR | Motorbike TRN | Train BUS | Bus - HLC | Helicopter (accessible only for private jet transfer) - JET | Jet (accessible only for private jet transfer) category: type: string enum: