itemsStartIndex property

int itemsStartIndex
final

The first index at which items applies.

Set to prefixItems.length when prefixItems is present in the schema, so that items only constrains elements beyond the positional prefix. Defaults to 0 (all elements).

Implementation

final int itemsStartIndex;