ValidateUnique
Overview
Raise an error if there are duplicate records across multiple YAML files.
Example
header:
base_type: MultiYamlAction
multi_yaml_action:
type: ValidateUnique
ignores:
- value: 0
multi_yaml_action:
- yaml: item/item.yaml
key: Id
- yaml: unit/unit.yaml
key: Id
...
Details
yaml
yaml: item/item.yaml
- Definition: Required
Specify the YAML that contains the items to check.
key
key: Id
- Definition: Required
Specify the name of the key to check.