We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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?