Message

NHTSA Message schema

GovernmentTransportationTruckingAviationVehicleSafetyTransitOpenData

Properties

Name Type Description
errorCode string
errorDetail string
errorMessage string
userMessage string
View JSON Schema on GitHub

JSON Schema

message.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.nhtsa.gov/schemas/Message.json",
  "title": "Message",
  "description": "NHTSA Message schema",
  "properties": {
    "errorCode": {
      "type": "string"
    },
    "errorDetail": {
      "type": "string"
    },
    "errorMessage": {
      "type": "string"
    },
    "userMessage": {
      "type": "string"
    }
  },
  "type": "object"
}