{ "title":"Select Vehicle Type", "properties": { "vehicletype": { "type": "string", "title": "Vehicle Type", "enum": [ "Car", "SUV", "Van" ] } } }