performValidation method

void performValidation (
  1. String path,
  2. dynamic value,
  3. List<ValidationResult> results
)

Validates a given value against the schema and configured validation rules.

  • path a dot notation path to the value.
  • value a value to be validated.
  • results a list with validation results to add new results.