PartialChildSeat

NHTSA PartialChildSeat schema

GovernmentTransportationTruckingAviationVehicleSafetyTransitOpenData

Properties

Name Type Description
childSeatMode string
manufacturerName string
maximumChildAge integer
minimumChildAge integer
View JSON Schema on GitHub

JSON Schema

partialchildseat.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.nhtsa.gov/schemas/PartialChildSeat.json",
  "title": "PartialChildSeat",
  "description": "NHTSA PartialChildSeat schema",
  "properties": {
    "childSeatMode": {
      "type": "string"
    },
    "manufacturerName": {
      "type": "string"
    },
    "maximumChildAge": {
      "type": "integer"
    },
    "minimumChildAge": {
      "type": "integer"
    }
  },
  "type": "object"
}