Currently, schema items of type "list" have a listType that is basically just { type: "string"; }. It lacks the required fields of a normal schema item, like "title" and "defaultValue." The lack of defaultValue means that UIs need to come up with their own default value based on the type, which is not ideal.