addedInput schema / examples
Added value: +[
+ {
+ "colour": "Blue",
+ "make": "Toyota",
+ "model": "Corolla",
+ "motDueDate": "2026-11-15",
+ "notes": "Winter tyres fitted",
+ "registration": "AB21 CDE",
+ "serviceDueDate": "2027-01-20",
+ "taxDueDate": "2026-09-01",
+ "vin": "1HGCM82633A004352",
+ "year": 2021
+ }
+]
addedInput schema / properties / colour / description
Added value: +"Colour of the vehicle."
addedInput schema / properties / colour / examples
Added value: +[
+ "Blue"
+]
addedInput schema / properties / make / description
Added value: +"Manufacturer of the vehicle, e.g. 'Toyota'."
addedInput schema / properties / make / examples
Added value: +[
+ "Toyota"
+]
addedInput schema / properties / model / description
Added value: +"Model name of the vehicle, e.g. 'Corolla'."
addedInput schema / properties / model / examples
Added value: +[
+ "Corolla"
+]
changedInput schema / properties / motDueDate / description
Previous value: -"YYYY-MM-DD format"New value: +"Date the next MOT (roadworthiness test) is due, in YYYY-MM-DD format."
addedInput schema / properties / motDueDate / examples
Added value: +[
+ "2026-11-15"
+]
addedInput schema / properties / notes / description
Added value: +"Free-text notes about the vehicle."
addedInput schema / properties / registration / description
Added value: +"The vehicle's registration/licence plate as shown on the plate. Free-text; format varies by country."
addedInput schema / properties / registration / examples
Added value: +[
+ "AB21 CDE"
+]
changedInput schema / properties / serviceDueDate / description
Previous value: -"YYYY-MM-DD format"New value: +"Date the vehicle's next scheduled service is due, in YYYY-MM-DD format."
addedInput schema / properties / serviceDueDate / examples
Added value: +[
+ "2027-01-20"
+]
changedInput schema / properties / taxDueDate / description
Previous value: -"YYYY-MM-DD format"New value: +"Date the vehicle's road tax is next due, in YYYY-MM-DD format."
addedInput schema / properties / taxDueDate / examples
Added value: +[
+ "2026-09-01"
+]
addedInput schema / properties / vin / description
Added value: +"Vehicle Identification Number: a 17-character alphanumeric code unique to the vehicle."
addedInput schema / properties / vin / examples
Added value: +[
+ "1HGCM82633A004352"
+]
addedInput schema / properties / year / description
Added value: +"Model year of the vehicle. Must be between 1900 and 2100."
addedInput schema / properties / year / examples
Added value: +[
+ 2021
+]