Uber · Schema

DriverProfile

RidesharingRidesTaxisTransportationFood DeliveryDeliveryLogistics

Properties

Name Type Description
uuid string Unique identifier for the driver.
first_name string First name of the driver.
last_name string Last name of the driver.
email string Email address of the driver.
phone_number string Phone number of the driver.
picture string Profile picture URL for the driver.
promo_code string Driver's referral promo code.
activation_status string Driver activation status.
View JSON Schema on GitHub

JSON Schema

uber-driverprofile-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DriverProfile",
  "title": "DriverProfile",
  "type": "object",
  "properties": {
    "uuid": {
      "type": "string",
      "description": "Unique identifier for the driver."
    },
    "first_name": {
      "type": "string",
      "description": "First name of the driver."
    },
    "last_name": {
      "type": "string",
      "description": "Last name of the driver."
    },
    "email": {
      "type": "string",
      "format": "email",
      "description": "Email address of the driver."
    },
    "phone_number": {
      "type": "string",
      "description": "Phone number of the driver."
    },
    "picture": {
      "type": "string",
      "format": "uri",
      "description": "Profile picture URL for the driver."
    },
    "promo_code": {
      "type": "string",
      "description": "Driver's referral promo code."
    },
    "activation_status": {
      "type": "string",
      "description": "Driver activation status."
    }
  }
}

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/uber-driverprofile"
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.