RecordField.type_
class RecordField
Union!(PrimitiveType, RecordSchema, EnumSchema, ArraySchema, MapSchema, UnionSchema, string, Union!(PrimitiveType, RecordSchema, EnumSchema, ArraySchema, MapSchema, UnionSchema, string)[]) type_;
cwl v1_0 RecordField
mixinsvariables
The field type. If it is an array, it indicates that the field type is a union type of its elements. Its elements may be duplicated.