{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "yearlist-structure.json", "title": "YearList", "description": "List of available vehicle model years.", "type": "object", "properties": { "years": { "type": "array", "description": "Array of model years." } } }