{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.nhtsa.gov/schemas/VehicleFull.json", "title": "VehicleFull", "description": "NHTSA VehicleFull schema", "properties": { "class": { "type": "string" }, "complaintsCount": { "type": "integer" }, "investigationsCount": { "type": "integer" }, "make": { "type": "string" }, "manufacturer": { "type": "string" }, "manufacturerCommunicationsCount": { "type": "integer" }, "model": { "type": "string" }, "modelYear": { "type": "string" }, "ncapRated": { "type": "boolean" }, "recallsCount": { "type": "integer" }, "safetyRatings": { "$ref": "#/definitions/SafetyRatingFullAggregate" }, "series": { "type": "string" }, "trim": { "type": "string" }, "vehicleDescription": { "type": "string" }, "vehicleId": { "type": "integer" }, "vehiclePicture": { "type": "string" } }, "type": "object" }