[
    {
        "id": 1, 
        "name": "Purchase", 
        "notes": "Buy a vehicle involves paying the full purchase price upfront."
    },
    {
        "id": 2, 
        "name": "Lease", 
        "notes": "Lease a vehicle for a specified period (eg., 2-3 years)."
    },
    {
        "id": 3, 
        "name": "Rental", 
        "notes": "Rent a vehicle is a short-term arrangement."
    },
    {
        "id": 4, 
        "name": "Subscription Services", 
        "notes": "Pay a monthly fee for access to a range of vehicles."
    },
    {
        "id": 5, 
        "name": "Car Sharing", 
        "notes": "Rent a vehicle for short periods (e.g., by the hour)."
    }
]