Uber · Schema

Place

Ride-SharingRidesTaxisTransportationFood DeliveryDeliveryLogistics

Properties

Name Type Description
address string The formatted address of the saved place.
View JSON Schema on GitHub

JSON Schema

uber-place-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Place",
  "title": "Place",
  "type": "object",
  "properties": {
    "address": {
      "type": "string",
      "description": "The formatted address of the saved place."
    }
  }
}