Machine Variations¶
Variations are referred to as Builds within portals
Overview¶
Machine variations are the next level below machines and provide specific builds of each machine and it's availability.
For example ABC Co may manufacturer the E123 Dozer as; a Tier 3 machine in Brazil, a Tier 4 machine in the USA, and a Stage V machine in Europe. This would be three different variations of the same machine.
Models¶
Machine Variation¶
Schema¶
{
"id": 0,
"machineId": 0,
"differentiatorId": 0,
"year": 0,
"regions": [ "string" ],
"tags": [
{
"key": "string",
"type": "string"
}
],
"fuelTypes": [
{
"key": "string",
"levels": [ "string" ]
}
],
"legacyData": [
{
"machineId": 0,
"regionId": 0
}
]
}