items property
JsonSchema?
get
items
Single JsonSchema sub items of this JsonSchema must conform to. Note: This has subtly changed in draft 2020.
Spec: https://tools.ietf.org/html/draft-wright-json-schema-validation-01#section-6.9 Spec: https://json-schema.org/draft/2020-12/json-schema-core.html#rfc.section.10.3.1.2
Implementation
JsonSchema? get items => _items;