Uber · Schema

PlaceUpdate

Ride-SharingRidesTaxisTransportationFood DeliveryDeliveryLogistics

Properties

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

JSON Schema

uber-placeupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PlaceUpdate",
  "title": "PlaceUpdate",
  "type": "object",
  "required": [
    "address"
  ],
  "properties": {
    "address": {
      "type": "string",
      "description": "The formatted address of the place to save."
    }
  }
}