{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.nhtsa.gov/schemas/RecallInvestigation.json", "title": "RecallInvestigation", "description": "NHTSA RecallInvestigation schema", "properties": { "id": { "format": "int64", "type": "integer" }, "investigation": { "$ref": "#/definitions/Investigation" }, "recall": { "$ref": "#/definitions/Recall" } }, "type": "object" }