items property

  1. @TagNumber.new(4)
JSONSchemaProperty get items

Element schema when the root type == JSON_SCHEMA_TYPE_ARRAY.

Implementation

@$pb.TagNumber(4)
JSONSchemaProperty get items => $_getN(3);
  1. @TagNumber.new(4)
set items (JSONSchemaProperty value)

Implementation

@$pb.TagNumber(4)
set items(JSONSchemaProperty value) => $_setField(4, value);