Factory method used to programmatically generate vehicle info configuration data. The data generated by this method is equivalent to providing the following JSON values in a configuration file:
{
"aace.vehicle":
{
"info": {
"make": "<MAKE>",
"model": "<MODEL>",
"year": "<YEAR>",
"trim": "<TRIM>",
"geography": "<GEOGRAPHY>",
"version": "<SOFTWARE_VERSION>",
"os": "<OPERATING_SYSTEM>",
"arch": "<HARDWARE_ARCH>",
"language": "<LANGUAGE>",
"microphone": "<MICROPHONE>",
"countries": "<COUNTRY_LIST>",
"vehicleIdentifier": "<VEHICLE_IDENTIFIER>"
}
}
}