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