ExtraService

ExtraService schema

BookingFlightsHotelsReservationsTravel

Properties

Name Type Description
code string extra service code, which can take following values code | name ------ | ---------------------------- DSL | Driver language specified EWT | Extra waiting time MAG | Meet & Greet FLM | Flight monitorin
itemId string extra service identifier
description string extra service description
metricType string extra service time metric type
metricValue string extra service metric value
quotation object
converted object
isBookable boolean true if extra service is available for booking
taxIncluded boolean true if tax included in extra service price
includedInTotal boolean true if extra service price is included in total transfer amount
View JSON Schema on GitHub

JSON Schema

transfer-booking-extra-service-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-reservations/refs/heads/main/json-schema/transfer-booking-extra-service-schema.json",
  "title": "ExtraService",
  "description": "ExtraService schema",
  "type": "object",
  "properties": {
    "code": {
      "type": "string",
      "description": "extra service code, which can take following values\n\ncode   | name                                 \n------ | ---------------------------- \nDSL    | Driver language specified\nEWT    | Extra waiting time\nMAG    | Meet & Greet\nFLM    | Flight monitoring\nNWS    | Newspaper\nCAI    | Cancellation insurance\nWNR    | Wait and Return. Driver waits at destination and brings back the customer to pick-up point\n",
      "enum": [
        "DSL",
        "EWT",
        "MAG",
        "FLM",
        "NWS",
        "CAI",
        "WNR"
      ]
    },
    "itemId": {
      "type": "string",
      "description": "extra service identifier"
    },
    "description": {
      "type": "string",
      "description": "extra service description"
    },
    "metricType": {
      "type": "string",
      "description": "extra service time metric type",
      "enum": [
        "YEARS",
        "DAYS",
        "HOURS",
        "MINUTES"
      ]
    },
    "metricValue": {
      "type": "string",
      "description": "extra service metric value"
    },
    "quotation": {
      "$ref": "#/definitions/Quotation"
    },
    "converted": {
      "$ref": "#/definitions/Quotation"
    },
    "isBookable": {
      "type": "boolean",
      "description": "true if extra service is available for booking"
    },
    "taxIncluded": {
      "type": "boolean",
      "description": "true if tax included in extra service price"
    },
    "includedInTotal": {
      "type": "boolean",
      "description": "true if extra service price is included in total transfer amount"
    }
  },
  "required": [
    "code"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/transfer-booking-extra-service"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.