ChildSeatModeRating

NHTSA ChildSeatModeRating schema

GovernmentTransportationTruckingAviationVehicleSafetyTransitOpenData

Properties

Name Type Description
label string
notes string
rating integer
ratingType string
View JSON Schema on GitHub

JSON Schema

childseatmoderating.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.nhtsa.gov/schemas/ChildSeatModeRating.json",
  "title": "ChildSeatModeRating",
  "description": "NHTSA ChildSeatModeRating schema",
  "properties": {
    "label": {
      "type": "string"
    },
    "notes": {
      "type": "string"
    },
    "rating": {
      "type": "integer"
    },
    "ratingType": {
      "type": "string"
    }
  },
  "type": "object"
}