OBJECT

StandardizedVehicle

A standardized vehicle.

link GraphQL Schema definition

  • type StandardizedVehicle {
  • # A GPS Tracking Provider vehicle unique identifier.
  • uid: String
  • # The vehicle identification number.
  • vin: String
  • # The manufacturer.
  • manufacturer: String
  • # The model.
  • model: String
  • # A year.
  • year: String
  • # A descriptive name.
  • name: String
  • }