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