Is there a way to automatically define the [Input(Type="tag")] attribute for all properties of type IEnumerable in API Explorer without having to manually set this attribute in each relevant DTO ?
Currently, if I don’t define this attribute for string[] properties, no control is displayed