{"type":"object","properties":{"make":{"type":"string","nullable":true,"description":"Vehicle make","example":"BMW"},"model":{"type":"string","nullable":true,"description":"Vehicle model","example":"3 - Series"},"year":{"type":"string","format":"date-time","nullable":true,"description":"Build year","example":"2017"},"fuel_type":{"type":"string","nullable":true,"minLength":1,"description":"Fuel type","example":"petrol"},"vin":{"type":"string","nullable":true,"description":"Vehicle Identification Number (VIN)"},"seed_odo":{"type":"integer","default":0,"minimum":0,"description":"Odometer reading to offset GPS-based readings. In meters."},"licence_plate":{"type":"string","nullable":true,"description":"Licence/registration plate of the vehicle","example":"AB20 ABC"},"meta":{"type":"object","description":"Meta information for the vehicle. Submit null to delete a field.","additionalProperties":{"nullable":true}},"specification":{"type":"object","description":"Detailed information for the vehicle model, obtained from the VIN.","additionalProperties":{"nullable":true}},"created":{"type":"string","format":"date-time","description":"Time of the creation of this entity / first activity recorded","example":"2020-05-22T10:30:55+00:00"},"time":{"type":"string","format":"date-time","description":"Time of the message","example":"2020-05-22T10:30:55+00:00"},"vehicle_id":{"type":"string","format":"uuid","description":"Unique identifier of the Vehicle","example":"2CB26F5A-9EF2-4530-8B02-A93DFE63F6CC"},"seed_odo_time":{"type":"string","format":"date-time","nullable":true,"description":"Time at which the seed_odo is supplied.","example":"2017-10-11T14:07:02+00:00"},"consent_status":{"type":"string","enum":["approved","suspended","revoked"],"nullable":true},"data_provider_key":{"type":"string","nullable":true,"description":"Data provider key"},"allowed":{"type":"boolean","nullable":true,"description":"Allowed boolean"},"tenant_id":{"type":"string","description":"The tenant/club for this message"},"source_id":{"type":"string","format":"uuid","description":"The source unique identifier. Entity id in this case."},"source_type":{"type":"string","default":"IEU","description":"The source type of the message received by the service","example":"TM8"},"message_id":{"type":"string","format":"uuid","description":"The message unique identifier"},"message_type":{"type":"string","default":"ieu.vehicle","description":"The message type"},"source_message_type":{"type":"string","description":"The type of message sent by the source"}},"required":["message_id","message_type","source_id","source_type","tenant_id","time","vehicle_id"],"$id":"http://schematalog.com/api/schemas/ieu.vehicle/versions/1.0","title":"ieu.vehicle"}