local types = import 'types.libsonnet'; types.validate.MapRules .withIgnoreEmpty(false) .withKeys(types.validate.FieldRules) .withMaxPairs(1) .withMinPairs(1) .withNoSparse(false) .withValues(types.validate.FieldRules) ._validate()
Name | Type | One-of group | Required | Constraints |
---|---|---|---|---|
ignore_empty | bool |
|
||
keys | validate.FieldRules |
|
||
max_pairs | uint64 |
|
||
min_pairs | uint64 |
|
||
no_sparse | bool |
|
||
values | validate.FieldRules |
|