Note

NHTSA Note schema

GovernmentTransportationTruckingAviationVehicleSafetyTransitOpenData

Properties

Name Type Description
label string
note string
position string
View JSON Schema on GitHub

JSON Schema

note.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.nhtsa.gov/schemas/Note.json",
  "title": "Note",
  "description": "NHTSA Note schema",
  "properties": {
    "label": {
      "type": "string"
    },
    "note": {
      "type": "string"
    },
    "position": {
      "type": "string"
    }
  },
  "type": "object"
}