Validation Suite
Specification
{
"name": String,
"description": String
}
Structure values
| Field Name | Type | Description | Required | Default |
|---|---|---|---|---|
| name | String | The name of the validation suite. Must be unique within your project. | Required | |
| description | String | Expanded validation suite information. | None |
Example
{
"name": "example_validation_suite",
"description": "More information about how this validation suite is used"
}