1{
2    "apiVersion": 1,
3    "properties": [
4        {
5            "property": "VehicleProperty::INFO_FUEL_TYPE",
6            "defaultValue": {
7                "int32Values": [
8                    "FuelType::FUEL_TYPE_ELECTRIC"
9                ]
10            }
11        },
12        {
13            "property": "VehicleProperty::INFO_EV_CONNECTOR_TYPE",
14            "defaultValue": {
15                "int32Values": [
16                    "EvConnectorType::IEC_TYPE_1_AC",
17                    "EvConnectorType::IEC_TYPE_1_CCS_DC"
18                ]
19            }
20        }
21    ]
22}
23