SafetyRatingFullAggregate

NHTSA SafetyRatingFullAggregate schema

GovernmentTransportationTruckingAviationVehicleSafetyTransitOpenData

Properties

Name Type Description
crashTestRatings array
View JSON Schema on GitHub

JSON Schema

safetyratingfullaggregate.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.nhtsa.gov/schemas/SafetyRatingFullAggregate.json",
  "title": "SafetyRatingFullAggregate",
  "description": "NHTSA SafetyRatingFullAggregate schema",
  "properties": {
    "crashTestRatings": {
      "items": {
        "$ref": "#/definitions/CrashTestRating"
      },
      "type": "array"
    }
  },
  "type": "object"
}