CWLArraySchema.items_

Defines the type of the array elements.

class CWLArraySchema
Union!(PrimitiveType, CWLRecordSchema, EnumSchema, CWLArraySchema, string, Union!(PrimitiveType, CWLRecordSchema, EnumSchema, CWLArraySchema, string)[]) items_;

Meta