File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/org/typesense/model Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ public class Field {
2222 private String type = null ;
2323
2424 @ Schema (example = "true" , description = "" )
25- private Boolean optional = false ;
25+ private Boolean optional = null ;
2626
2727 @ Schema (example = "false" , description = "" )
28- private Boolean facet = false ;
28+ private Boolean facet = null ;
2929
3030 @ Schema (example = "true" , description = "" )
3131 private Boolean index = true ;
@@ -34,7 +34,7 @@ public class Field {
3434 private String locale = null ;
3535
3636 @ Schema (example = "true" , description = "" )
37- private Boolean sort = false ;
37+ private Boolean sort = null ;
3838
3939 @ Schema (example = "true" , description = "" )
4040 private Boolean infix = false ;
You can’t perform that action at this time.
0 commit comments