Media

NHTSA Media schema

GovernmentTransportationTruckingAviationVehicleSafetyTransitOpenData

Properties

Name Type Description
type string
url string
View JSON Schema on GitHub

JSON Schema

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