{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.nhtsa.gov/schemas/Equipment.json", "title": "Equipment", "description": "NHTSA Equipment schema", "properties": { "brand": { "type": "string" }, "productName": { "type": "string" }, "safetyIssues": { "$ref": "#/definitions/SafetyIssueAggregate" } }, "type": "object" }