Skip to main content

Validation Suite

Specification

{
"name": String,
"description": String
}

Structure values

Field NameTypeDescriptionRequiredDefault
nameStringThe name of the validation suite. Must be unique within your project.Required
descriptionStringExpanded validation suite information.None

Example

{
"name": "example_validation_suite",
"description": "More information about how this validation suite is used"
}