{ "title": "Multiple Choice List", "description": "Build a multiple choice list with a predefined list of options", "type": "object", "properties": { "payment_type": { "type": "array", "title": "Select Payment Type", "items": { "type": "string", "enum": [ "", "bar", "fuzz", "qux" ] }, "uniqueItems": true } } }