itemsList property

List<JsonSchema?>? itemsList

Ordered list of JsonSchema which the value of the same index must conform to.

Spec: https://tools.ietf.org/html/draft-wright-json-schema-validation-01#section-6.9

Implementation

List<JsonSchema?>? get itemsList => _itemsList;