ArraySchema.items_

Defines the type of the array elements.

class ArraySchema
Either!(PrimitiveType, RecordSchema, EnumSchema, ArraySchema, string, Either!(PrimitiveType, RecordSchema, EnumSchema, ArraySchema, string)[]) items_;

Meta