问题 I need to mix "record" type with null type in Schema. "name":"specShape", "type":{ "type":"record", "name":"noSpecShape", "fields":[ { "name":"bpSsc", "type":"null", "default":null, "doc":"SampleValue: null" },... For example, for some datas specShape may be null. So if I set type to "name":"specShape", "type":{ **"type":["record", "null"],** "name":"noSpecShape", "fields":[ { "name":"bpSsc", "type":"null", "default":null, "doc":"SampleValue: null" },... it says No type: {"type":["record",