car-model-list.json 865 Bytes
{
  "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"
      ]
    }
  }
}