items property

JsonSchema? items
getter/setter pair

If this is a schema for an array, this property is the schema for each element in the array.

Implementation

JsonSchema? items;