NHTSA Products schema
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.nhtsa.gov/schemas/Products.json", "title": "Products", "description": "NHTSA Products schema", "properties": { "id": { "type": "integer" }, "make": { "type": "string" }, "model": { "type": "string" }, "modelYear": { "type": "string" }, "type": { "type": "string" } }, "type": "object" }