list_available_validators
List all available clearskies validator types with concise descriptions to validate model data before saving.
Instructions
List all available clearskies validator types with a short description of each.
Validators are used to validate model data before saving. They can be attached
to columns via the validators parameter.
Example:
name = columns.String(validators=[Required(), MinLength(3)])
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |