Open
Description
I have a List<> defined in a Java class that is not being displayed as an input field in the Swagger PUT Parameters screen. String and int are no problem - they are visible to take input and PUT correctly. I've attached screenshots below. Is there an annotation I can add someplace or am I missing something else completely? The field 'supportedLanguages' is the problem - it's listed in the Model view but not in the Parameters listing.