OBJECT
Vehicle
link GraphQL Schema definition
- type Vehicle {
- # Vehicle Model Number
- # Used by: EPA, NHTSA
- String :
- # Vehicle Model Year (YYYY)
- # Used by: EPA, NHTSA
- Year :
- # Vehicle Manufacture Date
- # Used by: EPA, NHTSA
- Month :
- # Vehicle Serial Number(s)
- # Used by: EPA, NHTSA
- String] : [
- # Vehicle Identification Number(s) (VIN)
- # Used by: EPA, NHTSA
- String] : [
- }
link Require by
This element is not required by anyone