Feature

NHTSA Feature schema

GovernmentTransportationTruckingAviationVehicleSafetyTransitOpenData

Properties

Name Type Description
label string
notes string
value string
View JSON Schema on GitHub

JSON Schema

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