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"
}