SafetyIssue

NHTSA SafetyIssue schema

GovernmentTransportationTruckingAviationVehicle SafetyTransitOpen Data

Properties

Name Type Description
artemisId integer
createDate string
description string
id integer
issueYear string
subject string
updateDate string
View JSON Schema on GitHub

JSON Schema

safetyissue.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.nhtsa.gov/schemas/SafetyIssue.json",
  "title": "SafetyIssue",
  "description": "NHTSA SafetyIssue schema",
  "properties": {
    "artemisId": {
      "format": "int64",
      "type": "integer"
    },
    "createDate": {
      "format": "date",
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "id": {
      "format": "int64",
      "type": "integer"
    },
    "issueYear": {
      "type": "string"
    },
    "subject": {
      "type": "string"
    },
    "updateDate": {
      "format": "date",
      "type": "string"
    }
  },
  "type": "object"
}