Uber · Schema

VoucherProgramUpdate

Ride-SharingRidesTaxisTransportationFood DeliveryDeliveryLogistics

Properties

Name Type Description
name string
end_date string
View JSON Schema on GitHub

JSON Schema

uber-voucherprogramupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VoucherProgramUpdate",
  "title": "VoucherProgramUpdate",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "end_date": {
      "type": "string",
      "format": "date-time"
    }
  }
}