items

public abstract Schema.Builder items(Schema items)

Setter for items.

items: Optional. If type is `ARRAY`, `items` specifies the schema of elements in the array.


@CanIgnoreReturnValue()
public Schema.Builder items(Schema.Builder itemsBuilder)

Setter for items builder.

items: Optional. If type is `ARRAY`, `items` specifies the schema of elements in the array.