type property
Root type for this schema (commonly OBJECT or ARRAY).
Implementation
@$pb.TagNumber(1)
JSONSchemaType get type => $_getN(0);
Implementation
@$pb.TagNumber(1)
set type(JSONSchemaType value) => $_setField(1, value);
Root type for this schema (commonly OBJECT or ARRAY).
@$pb.TagNumber(1)
JSONSchemaType get type => $_getN(0);
@$pb.TagNumber(1)
set type(JSONSchemaType value) => $_setField(1, value);