type

PrimitiveListField

PrimitiveListField constrains the number of values in one ordered text or number list. Items have no stored identity or nested field definitions. TextField and NumberField hold the corresponding per-item constraints.

Properties

PropertyTypeDescription
MinRowsintThe MinRows value.
MaxRowsintThe MaxRows value.

Full signature

type PrimitiveListField struct { MinRows int `json:"minRows,omitempty"` MaxRows int `json:"maxRows,omitempty"` }

Source schema/primitive_list.go:14