Machines¶
Overview¶
Machines are the simplest version of every piece of equipment - at their heart they are simply; what the machine is, who makes it, and what do they call it?
Model¶
Machine¶
Schema¶
{
"id": 0,
"manufacturer": "string",
"range": "string",
"model": "string",
"baseModel": "string",
"displayModel": "string"
}
Properties¶
manufacturer
- The name of the manufacturer of the equipment.model
- The technical name - as it appears in the brochure.baseModel
- The marketing name - as it appears in marketing material.displayModel
- The decal name - as it appears on the side of the equipment.
Often the model
, baseModel
, and displayModel
are the same - in these cases the baseModel
and/or displayModel
may be omitted.