Vehicle

Vehicle schema

BookingFlightsHotelsReservationsTravel

Properties

Name Type Description
code string vehicle type, which can take following values value | description -------------- | ------------------------ CAR | Car SED | Sedan WGN | Wagon ELC | Electric car VAN | Van or minivan SUV | Sport utilit
category string category of the vehicle, which can take following values value | description -------------- | ------------------------ ST | Standard BU | Business FC | First class
description string description of the vehicle. Can describe a list of potential vehicles, e.g. VW Polo or similar
seats array
baggages array
imageURL string URL to vehicle image
View JSON Schema on GitHub

JSON Schema

transfer-booking-vehicle-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-vehicle-schema.json",
  "title": "Vehicle",
  "description": "Vehicle schema",
  "type": "object",
  "properties": {
    "code": {
      "type": "string",
      "enum": [
        "CAR",
        "SED",
        "WGN",
        "ELC",
        "VAN",
        "SUV",
        "LMS",
        "MBR",
        "TRN",
        "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\n"
    },
    "category": {
      "type": "string",
      "enum": [
        "ST",
        "BU",
        "FC"
      ],
      "description": "category of the vehicle, which can take following values\n\nvalue           | description\n--------------  | ------------------------\nST              | Standard\nBU              | Business\nFC              | First class\n"
    },
    "description": {
      "type": "string",
      "description": "description of the vehicle. Can describe a list of potential vehicles, e.g. VW Polo or similar"
    },
    "seats": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/Seat"
      }
    },
    "baggages": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/Baggage"
      }
    },
    "imageURL": {
      "type": "string",
      "description": "URL to vehicle image"
    }
  },
  "required": [
    "code",
    "category",
    "description",
    "seats"
  ]
}

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-vehicle"
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.