The following code produce a nice output in the type column, but It does not perform the assertion: ``` fieldWithPath("uid").type(Arrays.asList(JsonFieldType.STRING, JsonFieldType.NULL)); ``` Is there a better way to do it? Would you accept a pull request about this?