validation_helper¶
Required: No
Type: List of validation scripts
Condition: Yes
A validation helper is a Python script containing logic to validate the component and configuration state of a project.
See the page on component validation for details on the contents of the script.
Key | Required | Type | Description |
---|---|---|---|
path |
Yes | String | Path to validation Python script |
condition |
No | List of features | The script is added if all the given features are present |
unless |
No | List of features | The script is added unless any of the given features are present |
1 2 |
|