Yes, I’ve seen that approach in the code, it took me a few minutes to figure out why my schema was not generated. I know with that approach that no type can be inferred from a
null
field, but I think it would be better to ignore it rather than failing completely: if one wants to describe the field in the schema they have to give value. WDYT?