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