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