local types = import 'types.libsonnet'; types.validate.RepeatedRules .withIgnoreEmpty(false) .withItems(types.validate.FieldRules) .withMaxItems(1) .withMinItems(1) .withUnique(false) ._validate()
Name | Type | One-of group | Required | Constraints |
---|---|---|---|---|
ignore_empty | bool |
|
||
items | validate.FieldRules |
|
||
max_items | uint64 |
|
||
min_items | uint64 |
|
||
unique | bool |
|