car-model-list.json
865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"collectionName": "components_layout_car_model_lists",
"info": {
"displayName": "carModelList",
"description": ""
},
"options": {},
"attributes": {
"title": {
"type": "string"
},
"priceTitle": {
"type": "string"
},
"carImage": {
"displayName": "carImage",
"type": "component",
"repeatable": true,
"component": "layout.car-image",
"required": false
},
"model": {
"type": "enumeration",
"enum": [
"AMG",
"MAYBACH"
]
},
"fuletype": {
"type": "enumeration",
"enum": [
"Electric",
"Plug-in Hybrid"
]
},
"bodytype": {
"type": "enumeration",
"enum": [
"Limousine",
"SUV Range",
"Hatchback",
"Coupes",
"Cabriolets / Roadsters"
]
}
}
}