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