VehicleDescriptionFile Data Type

General attributes of a vehicle description file.

Abstract Type
Subtypes
A2LDescriptionFile
Properties
name data type constraints description
name string   The name of the file.
id number required int
type Type  
comment string  
enabled boolean  
version string  

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "name" : "...",
  "id" : 12345,
  "type" : "A2L",
  "comment" : "...",
  "enabled" : true,
  "version" : "..."
}